Styling für sehr kleine Bildschirmgrößen hinzugefügt
[website] / src / main / webapp / less / tiny / navigation.less
diff --git a/src/main/webapp/less/tiny/navigation.less b/src/main/webapp/less/tiny/navigation.less
new file mode 100644 (file)
index 0000000..1fd01b4
--- /dev/null
@@ -0,0 +1,6 @@
+#menu,
+#submenu
+{
+  font-size: 150%; /** 18px */
+  line-height: 1.5em;
+}