From c381856e82079a8036e47873b64cb3eed743fdc3 Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Sun, 14 Feb 2016 15:13:56 +0100 Subject: [PATCH] Further improvements including small-screen-stuff --- html/css/main.css | 15 +++++++++++++++ src/template.txt | 10 ++++++++-- 2 files changed, 23 insertions(+), 2 deletions(-) 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; diff --git a/src/template.txt b/src/template.txt index f326ffe..c8092ec 100644 --- a/src/template.txt +++ b/src/template.txt @@ -1,9 +1,15 @@ - + + + - + + + + <% title %> -- 2.39.2