From c1c4b414c3b9702dd86b6b5d58e5065d1e483fc7 Mon Sep 17 00:00:00 2001 From: Adrian Thompson Date: Thu, 17 Sep 2020 13:16:50 +0200 Subject: [PATCH] align highscore baseline --- src/components/VinlottisPage.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/VinlottisPage.vue b/src/components/VinlottisPage.vue index 7e05eeb..406cf27 100644 --- a/src/components/VinlottisPage.vue +++ b/src/components/VinlottisPage.vue @@ -162,6 +162,7 @@ h1 { .highscore { border-top: 1px solid rgb(237, 237, 237); grid-area: bot-left; + align-self: baseline; } .wines-container {