From 113f286f0340cbe927306dba8c13dd62bc11c054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Midb=C3=B8e?= Date: Fri, 19 Feb 2021 09:22:43 +0100 Subject: [PATCH] More space for wines on mobile. --- frontend/components/VinlottisPage.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/components/VinlottisPage.vue b/frontend/components/VinlottisPage.vue index e41e1f1..7525376 100644 --- a/frontend/components/VinlottisPage.vue +++ b/frontend/components/VinlottisPage.vue @@ -335,6 +335,10 @@ h1 { .wine-container { grid-column: 3 / -3; + + @include mobile { + grid-column: 2 / -2; + } } .icon--arrow-long-right {