From fa6e5afa9c83a7b5744a99ac59a994f27463245e Mon Sep 17 00:00:00 2001 From: Adrian Thompson Date: Wed, 9 Sep 2020 10:20:39 +0200 Subject: [PATCH] hotfix mobile menu --- src/styles/banner.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/banner.scss b/src/styles/banner.scss index a50f981..620ece2 100644 --- a/src/styles/banner.scss +++ b/src/styles/banner.scss @@ -30,7 +30,6 @@ flex-direction: column; justify-content: center; align-items: center; - row-gap: 4px; &:hover{ cursor: pointer; } @@ -52,10 +51,12 @@ span:first-child{ transform-origin: 0% 0%; + margin-bottom: 4px; } span:nth-last-child(2){ transform-origin: 0% 100%; + margin-bottom: 4px; } &.open{