From 394fec0d074684bdbdb99d07ef614aa5e6c0a5a7 Mon Sep 17 00:00:00 2001 From: Alejandro Date: Thu, 25 Jul 2024 13:40:07 -0600 Subject: modified: 16pt size font and max-width of 1280px --- static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index d3b2088..17ee66e 100644 --- a/static/style.css +++ b/static/style.css @@ -1,11 +1,12 @@ body { font-family: sans-serif ; + font-size: 16pt; background: #110000 ; color: #ccc ; } main { - max-width: 800px ; + max-width: 1280px ; margin: auto ; } -- cgit v1.2.3