From 0e75df240e3d915076621762b0eb7016b12cb62d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Wed, 22 Jan 2020 17:17:17 +0100 Subject: [PATCH] removed a margin --- src/components/VinlottisPage.vue | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/components/VinlottisPage.vue b/src/components/VinlottisPage.vue index e961936..757a57c 100644 --- a/src/components/VinlottisPage.vue +++ b/src/components/VinlottisPage.vue @@ -196,11 +196,8 @@ h1 { flex-direction: column; } - .vipps-container { - margin-left: 0px; - } - - .wines-container { + .wines-container, + .vipps-outer-container { margin-left: 0px; } }