diff options
author | Alejandro <[email protected]> | 2024-07-25 13:40:07 -0600 |
---|---|---|
committer | Alejandro <[email protected]> | 2024-07-25 13:40:07 -0600 |
commit | 394fec0d074684bdbdb99d07ef614aa5e6c0a5a7 (patch) | |
tree | 5e45d796342aaeb09e2e0b3d4f91e2e3a0a721ac /static/style.css | |
parent | 53eeb32436dc40d46fbadff7e4ae46899c3364f2 (diff) |
modified: 16pt size font and max-width of 1280px
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
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 ; } |