commit b1ead8e059d87c0543c0c8ae7bd3c1f66cec7b9c
parent 0ed476ae25e3ad5fe57a0ab328e36a212c62fa13
Author: FIGBERT <figbert@figbert.com>
Date: Mon, 17 Aug 2020 18:19:44 -0700
:iphone: Change CSS to make site responsive on mobile
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/static/global.css b/static/global.css
@@ -18,7 +18,9 @@ body {
margin-left: auto;
margin-right: auto;
line-height: 200%;
- width: 50%;
+ max-width: 40rem;
+ padding-left: 3rem;
+ padding-right: 3rem;
}
nav {