Styling für Smartphone-Größen hinzugefügt
[website] / src / main / webapp / less / phone / navigation.less
diff --git a/src/main/webapp/less/phone/navigation.less b/src/main/webapp/less/phone/navigation.less
new file mode 100644 (file)
index 0000000..6a8f050
--- /dev/null
@@ -0,0 +1,15 @@
+#breadcrumb .b
+{
+  display: none;
+}
+#breadcrumb a.hide
+{
+  margin: 0;
+}
+
+#menu,
+#submenu
+{
+  font-size: 150%; /** 18px */
+  line-height: 1.5em;
+}