commit 914f6978638d21723ec261192ad41911d6684539
parent 1e53a2097b8af1fe83300b732703580b70d2eeaf
Author: Pollux <pollux@pollux.codes>
Date: Thu, 23 Jan 2025 11:22:04 -0600
Add spacing from edge of screen
Signed-off-by: Pollux <pollux@pollux.codes>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/static/style.css b/static/style.css
@@ -2,8 +2,8 @@ body {
color: white;
background-color: black;
margin: 1em auto;
- padding: 0, .62em 3.24em;
- max-width:40em;
+ padding: 0 0.75em;
+ max-width: 40em;
font: 1.2em/1.62 monospace;
}
a{color:skyblue}