From d027e41b8c5e4e9013839b770c8dd20af7dacdd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Fri, 24 Jan 2020 14:10:06 +0100 Subject: [PATCH] Margins are a thing --- src/ui/Banner.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ui/Banner.vue b/src/ui/Banner.vue index 5cc9f58..eff66d3 100644 --- a/src/ui/Banner.vue +++ b/src/ui/Banner.vue @@ -108,7 +108,7 @@ export default { flex-direction: row; justify-content: space-between; align-items: center; - width: 100vw; + width: calc(100% - 80px); margin-top: 0px; padding: 33px 40px; background-color: #dbeede; @@ -119,8 +119,6 @@ export default { @include mobile { padding: 0px 40px; - width: calc(100% - 80px); - > img { height: 23px; }