From 84c7221974a16f9e25c855e10d700e9ec3e0dd0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Wed, 22 Jan 2020 11:25:38 +0100 Subject: [PATCH] margins --- src/components/GeneratePage.vue | 2 +- src/components/VinlottisPage.vue | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/GeneratePage.vue b/src/components/GeneratePage.vue index 43e1cef..941302a 100644 --- a/src/components/GeneratePage.vue +++ b/src/components/GeneratePage.vue @@ -178,7 +178,7 @@ h1 { } .title { - margin-top: 4rem; + margin-top: 2rem; } p { diff --git a/src/components/VinlottisPage.vue b/src/components/VinlottisPage.vue index 6bed58d..095c3f3 100644 --- a/src/components/VinlottisPage.vue +++ b/src/components/VinlottisPage.vue @@ -70,7 +70,6 @@ h1 { width: 100vw; text-align: center; font-family: "knowit"; - font-weight: 300; } .generate-link {