Styling für Smartphone-Größen hinzugefügt
[website] / src / main / webapp / less / phone / typo.less
diff --git a/src/main/webapp/less/phone/typo.less b/src/main/webapp/less/phone/typo.less
new file mode 100644 (file)
index 0000000..a8f1489
--- /dev/null
@@ -0,0 +1,5 @@
+body
+{
+  font-size: 87.5%; /** 14px */
+  padding: .5em 1em 1em 1.5em;
+}