aboutsummaryrefslogtreecommitdiff
path: root/www/brep-common.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/brep-common.css')
-rw-r--r--www/brep-common.css10
1 files changed, 10 insertions, 0 deletions
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.
*/