From b9b3cc636ae72f0dc079d0975f58a453afe41915 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 14 Mar 2016 16:03:45 +0200 Subject: Add menu degradation assuming 4-6 entries --- www/brep-common.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'www') diff --git a/www/brep-common.css b/www/brep-common.css index cd13157..81fc909 100644 --- a/www/brep-common.css +++ b/www/brep-common.css @@ -1,3 +1,13 @@ +/* Assume 4-6 menu entries for mobile degradation. */ +@media only screen and (max-width: 567px) +{ + #header-menu-body + { + -webkit-flex-direction: column; + flex-direction: column; + } +} + /* * Form layout table. */ -- cgit v1.1