From 9150d099601df665b4b303470f7019a194e3c2c3 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Wed, 11 Jan 2023 22:08:42 +0100 Subject: [PATCH] Apply review suggestion from @nilsding Co-authored-by: Georg Gadinger --- app/assets/stylesheets/components/_navbar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/components/_navbar.scss b/app/assets/stylesheets/components/_navbar.scss index dbbec614..633a54b9 100644 --- a/app/assets/stylesheets/components/_navbar.scss +++ b/app/assets/stylesheets/components/_navbar.scss @@ -8,7 +8,7 @@ bottom: 0; height: 4px; width: 100%; - background-size: 4px 4px; + background-size: 40px 40px; @include media-breakpoint-up('md') { bottom: unset;