Styling für sehr kleine Bildschirmgrößen hinzugefügt
[website] / src / main / webapp / WEB-INF / templates / html5page.jsp
index 5930ac8..15aabc3 100644 (file)
@@ -12,6 +12,7 @@
     <style type="text/css">
       @import 'css/screen.css' screen and (min-width: 960px);
       @import 'css/phone.css' screen and (max-width: 599px);
+      @import 'css/tiny.css' screen and (max-width: 399px);
     </style>
     <script src="js/base.js"></script>
     <!--[if IE 8]>