From: Andrew Engelbrecht Date: Tue, 12 Nov 2019 21:56:23 +0000 (-0500) Subject: set a min height for site header in mobile view X-Git-Url: https://vcs.fsf.org/?p=ryf-theme.git;a=commitdiff_plain;h=14173ffeb2037e996c553a30dd502532740eed7b;hp=026f3407c017d51554cf56a55249c0e7302961fe set a min height for site header in mobile view --- diff --git a/css/style.css b/css/style.css index f385c10..96ff2a3 100644 --- a/css/style.css +++ b/css/style.css @@ -207,6 +207,7 @@ @media screen and (max-width: 767px) { #block-ryf-main-menu .navbar-nav { max-width: 130px; } + #navbar-collapse { min-height: 260px; } } @media screen and (min-width: 768px) {