From 2ee071e2b21880f3e45f0caa9f12d0e64f83f614 Mon Sep 17 00:00:00 2001 From: Adrian Thompson Date: Fri, 30 Oct 2020 12:58:48 +0100 Subject: [PATCH] remove icon container in header on mobile --- src/components/VinlottisPage.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/VinlottisPage.vue b/src/components/VinlottisPage.vue index c09eeac..51d7b2f 100644 --- a/src/components/VinlottisPage.vue +++ b/src/components/VinlottisPage.vue @@ -138,6 +138,8 @@ export default { @include mobile{ padding-bottom: 2em; + height: 15em; + grid-template-rows: repeat(7, 1fr); } .want-to-win { @@ -210,6 +212,7 @@ export default { grid-row: 7 / -1; @include mobile{ margin-top: 2em; + display: none; } @include tablet {