diff --git a/www/css/web.css b/www/css/web.css index f5a4dcb0..cfdfcaa6 100644 --- a/www/css/web.css +++ b/www/css/web.css @@ -1,9 +1,11 @@ @namespace epub "http://www.idpf.org/2007/ops"; body{ + font-family: Georgia, serif; + font-size: 18px; padding: 0 3em; margin: 3em auto; - max-width: 60ch; + max-width: 55ch; } section + section, @@ -17,6 +19,16 @@ nav[epub|type~="toc"] ol{ list-style: none; } +@media(max-width: 65ch){ + body{ + padding: 0 1em; + } + + section[epub|type~="imprint"] p{ + width: 100%; + } +} + @media(prefers-color-scheme: dark){ body{ background: #222222;