From 93cff0935bffc8a23e7f392cce394fe3ad5e7b26 Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 8 Aug 2025 11:04:47 -0600 Subject: Old size was better --- org/css/blog.css | 2 +- org/css/front-page.css | 2 +- org/css/guest-book.css | 2 +- org/css/shitty-theme.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'org') 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; -- cgit v1.2.3