From 859a018c87a74a63b9e79ce86ddacf058188c06a Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Mon, 12 Oct 2020 00:26:05 +0200 Subject: [PATCH] Removed removing margin-top. --- src/components/VinlottisPage.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/VinlottisPage.vue b/src/components/VinlottisPage.vue index 9588d4c..a157d93 100644 --- a/src/components/VinlottisPage.vue +++ b/src/components/VinlottisPage.vue @@ -124,10 +124,6 @@ h1 { margin: auto; } - h1 { - margin-top: 0; - } - .vipps-icon{ margin: 1em; }