diff options
author | nathan <nathansmith@disroot.org> | 2025-08-08 08:46:38 -0600 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-08-08 08:46:38 -0600 |
commit | 4eb973d722032dacb13a05728ddeced00c05ce2e (patch) | |
tree | f08cef3e767e8d93ef34709e8c54f966e5e3c46a /org/css | |
parent | ef7130a59f106bb2296a015014704d5f2cb03cab (diff) |
free money
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 | 4 |
4 files changed, 6 insertions, 4 deletions
diff --git a/org/css/blog.css b/org/css/blog.css index dbe52ac..634e4d7 100644 --- a/org/css/blog.css +++ b/org/css/blog.css @@ -10,7 +10,7 @@ hr { .container { background-color: #bebebe; - width: 65%; + width: 75%; margin: auto; border: 1px solid black; } diff --git a/org/css/front-page.css b/org/css/front-page.css index c4595a3..c67bd47 100644 --- a/org/css/front-page.css +++ b/org/css/front-page.css @@ -11,7 +11,7 @@ body { } #content { - width: 65%; + width: 75%; margin: auto; color: #00ff00; background-color: #060a0f; diff --git a/org/css/guest-book.css b/org/css/guest-book.css index dd86966..1822892 100644 --- a/org/css/guest-book.css +++ b/org/css/guest-book.css @@ -10,7 +10,7 @@ hr { .container { background-color: #bebebe; - width: 60%; + width: 75%; margin: auto; border: 1px solid black; } diff --git a/org/css/shitty-theme.css b/org/css/shitty-theme.css index cd2e5f6..1584e3a 100644 --- a/org/css/shitty-theme.css +++ b/org/css/shitty-theme.css @@ -7,10 +7,12 @@ body { } #content { - width: 65%; + width: 75%; margin: auto; background-color: #bebebe; border: 1px solid black; + word-wrap : break-word; + overflow-wrap: break-word; } .outline-2 { |