From b6863345e6e08a04927349452d7576045876a1b5 Mon Sep 17 00:00:00 2001 From: zombieFox Date: Sun, 3 Feb 2019 14:56:31 +0000 Subject: [PATCH] [design] fix menu control height on small screens --- css/menu.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/menu.css b/css/menu.css index fc4e21b3..b9e7982a 100644 --- a/css/menu.css +++ b/css/menu.css @@ -79,7 +79,6 @@ padding-bottom: 1em; border-radius: 0; flex-grow: 1; - flex-basis: 0; } .menu-nav-button:first-child { @@ -117,6 +116,10 @@ grid-template-columns: repeat(2, 1fr); margin-bottom: 10vh; } + + .menu-nav-button { + flex-basis: 0; + } } @media (min-width: 900px) {