diff options
author | nathan <nathansmith@disroot.org> | 2025-08-08 11:04:47 -0600 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-08-08 11:04:47 -0600 |
commit | 93cff0935bffc8a23e7f392cce394fe3ad5e7b26 (patch) | |
tree | d810cdb15805b45c67bccea0d16d2831fed8d447 /org/css | |
parent | 1c2a0f4ecbe5050f64a9481b27457c19652a8fa5 (diff) |
Old size was better
Diffstat (limited to 'org/css')
-rw-r--r-- | org/css/blog.css | 2 | ||||
-rw-r--r-- | org/css/front-page.css | 2 | ||||
-rw-r--r-- | org/css/guest-book.css | 2 | ||||
-rw-r--r-- | org/css/shitty-theme.css | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/org/css/blog.css b/org/css/blog.css index 634e4d7..dbe52ac 100644 --- a/org/css/blog.css +++ b/org/css/blog.css @@ -10,7 +10,7 @@ hr { .container { background-color: #bebebe; - width: 75%; + width: 65%; margin: auto; border: 1px solid black; } diff --git a/org/css/front-page.css b/org/css/front-page.css index c67bd47..c4595a3 100644 --- a/org/css/front-page.css +++ b/org/css/front-page.css @@ -11,7 +11,7 @@ body { } #content { - width: 75%; + width: 65%; margin: auto; color: #00ff00; background-color: #060a0f; diff --git a/org/css/guest-book.css b/org/css/guest-book.css index 1822892..b02b00c 100644 --- a/org/css/guest-book.css +++ b/org/css/guest-book.css @@ -10,7 +10,7 @@ hr { .container { background-color: #bebebe; - width: 75%; + width: 65%; margin: auto; border: 1px solid black; } diff --git a/org/css/shitty-theme.css b/org/css/shitty-theme.css index 1584e3a..19da409 100644 --- a/org/css/shitty-theme.css +++ b/org/css/shitty-theme.css @@ -7,7 +7,7 @@ body { } #content { - width: 75%; + width: 65%; margin: auto; background-color: #bebebe; border: 1px solid black; |