From 3188e83aebb3d732d07d71015a119335dcbd34b6 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Fri, 30 Apr 2021 18:39:04 +0200 Subject: [PATCH] Increased size of participate button. --- frontend/components/VinlottisPage.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/components/VinlottisPage.vue b/frontend/components/VinlottisPage.vue index e759245..a36fcc0 100644 --- a/frontend/components/VinlottisPage.vue +++ b/frontend/components/VinlottisPage.vue @@ -178,18 +178,20 @@ export default { border: 4px solid black; padding: 0 1em 0 1em; display: flex; - width: 12.5em; + width: 17.5em; align-items: center; text-decoration: none; color: black; i { color: $link-color; + font-size: 1.2rem; margin-left: 5px; } p { - font-size: 16px; + font-size: 1.4rem; + margin: 1rem; margin-left: 15px; }