diff options
| -rw-r--r-- | themes/gamerdonkey-theme/static/css/style.css | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/themes/gamerdonkey-theme/static/css/style.css b/themes/gamerdonkey-theme/static/css/style.css index 5e13228..c9425c1 100644 --- a/themes/gamerdonkey-theme/static/css/style.css +++ b/themes/gamerdonkey-theme/static/css/style.css @@ -2,9 +2,11 @@ body { background: #090909; color: ghostwhite; margin: 1em auto; - max-width: 50em; - padding: 0em 1em 1em 1em; - font-family: Futura, "Trebuchet MS", Arial, sans-serif; + max-width: 720px; + padding: 0em 1em; + font-family: monospace; + font-size: 10pt; + text-align: justify; } a { @@ -54,7 +56,7 @@ nav#categories ul li:first-child::after { main { border: 2px double ghostwhite; - padding: 0em 1em 1em 1em; + padding: 2em; } img { |
