From 9983735d734997928c25432150a78dac5bc1300e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Midb=C3=B8e?= Date: Fri, 7 Feb 2020 15:51:05 +0100 Subject: [PATCH] vipps logo align to top not center of container. --- src/components/VinlottisPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/VinlottisPage.vue b/src/components/VinlottisPage.vue index c786920..6d6f220 100644 --- a/src/components/VinlottisPage.vue +++ b/src/components/VinlottisPage.vue @@ -155,7 +155,7 @@ export default { .vipps-outer-container { display: flex; - align-items: center; + align-items: flex-start; @include desktop { margin-left: 20px;