From e8ebe5d92d428df889e3d0a768b82883251d632b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Midb=C3=B8e?= Date: Fri, 24 Jan 2020 09:43:18 +0100 Subject: [PATCH] Opps remove height, not width. --- src/components/VinlottisPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/VinlottisPage.vue b/src/components/VinlottisPage.vue index f15eaad..fd58e61 100644 --- a/src/components/VinlottisPage.vue +++ b/src/components/VinlottisPage.vue @@ -113,7 +113,7 @@ export default { } .outer { - height: 100vh; + width: 100vw; display: flex; align-items: center; flex-direction: column;