From 09e3a171cc110ca1f3a4980d8f7bea9b32421de1 Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Tue, 28 Jul 2020 14:42:42 +0300 Subject: [PATCH] slight update to page widths --- static/style.css.h | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/static/style.css.h b/static/style.css.h index b8c69ba..b903cc4 100644 --- a/static/style.css.h +++ b/static/style.css.h @@ -221,6 +221,16 @@ HASH(#itime-progress) { } @media screen and (min-width: 480px) { + + html { + background:C_PAGEBG; + } + + body { + max-width: 608pt; + box-shadow: 0 0 0 1px C_BBORDER; + margin: auto; + } .header { } @@ -245,9 +255,6 @@ HASH(#itime-progress) { } @media screen and (min-width:768pt) { - html { - background:C_PAGEBG; - } body { box-shadow: 0 0 0 1px C_BBORDER; max-width: 768pt;