commit 5e66431a2775b77c0377f4e514232f96b21c1d03
parent a05ef22993947b92f19f1be51b91acf83e444f21
Author: Pollux <pollux@pollux.codes>
Date: Wed, 23 Jul 2025 15:09:02 -0500
Increase website width
Signed-off-by: Pollux <pollux@pollux.codes>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/static/style.css b/static/style.css
@@ -3,7 +3,7 @@ body {
background-color: black;
margin: 1em auto;
padding: 0 0.75em;
- max-width: 40em;
+ max-width: 50em;
font: 1.2em/1.62 monospace;
}
img{vertical-align: bottom}