]> git.siccegge.de Git - frida/web.git/blobdiff - html/css/main.css
Further improvements including small-screen-stuff
[frida/web.git] / html / css / main.css
index a6d224a0fe329f903d2d7d098438b19d294c1039..929c1fb7f9d248dd4a605d8fb35e6bbf680f846d 100644 (file)
@@ -17,6 +17,9 @@
        margin: 0;
        padding: 0;
        font-family: SourceSerifPro;
+       text-rendering: optimizeLegibility;
+       font-variant-ligatures: common-ligatures;
+       font-kerning: normal;
        line-height: 1.3;
 }
 
@@ -35,6 +38,18 @@ body {
        border: 2px solid #0011CA;
 }
 
+@media (max-width: 45em) {
+    #frame {
+        border: none;
+        width: 100%;
+        margin: 0px;
+    }
+
+       body {
+               background-color: #fff;
+       }
+}
+
 #header {
        background-color: #A2A5CA;
        border-bottom: 2px solid #0011CA;