X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Fweb.git;a=blobdiff_plain;f=html%2Fcss%2Fmain.css;fp=html%2Fcss%2Fmain.css;h=929c1fb7f9d248dd4a605d8fb35e6bbf680f846d;hp=a6d224a0fe329f903d2d7d098438b19d294c1039;hb=c381856e82079a8036e47873b64cb3eed743fdc3;hpb=da26482f7df1342a73044fd36d83d77a26a71e77 diff --git a/html/css/main.css b/html/css/main.css index a6d224a..929c1fb 100644 --- a/html/css/main.css +++ b/html/css/main.css @@ -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;