From 71ddec0619f2144fd86c0a1bae1742742875e32e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Wed, 22 Jan 2020 13:45:12 +0100 Subject: [PATCH] Fixed issue with too much margin on vipps-element --- src/ui/Vipps.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/Vipps.vue b/src/ui/Vipps.vue index 16fd0fe..e02a6f5 100644 --- a/src/ui/Vipps.vue +++ b/src/ui/Vipps.vue @@ -24,7 +24,7 @@ flex-direction: column; color: white; text-align: center; - padding: 25px 30px 25px 25px; + padding: 25px; width: 250px; margin: auto 0; } @@ -57,4 +57,4 @@ font-weight: 600; font-size: 1rem; } - \ No newline at end of file +