diff options
| author | Bobby <[email protected]> | 2025-07-12 16:04:49 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-07-12 16:04:49 +0530 |
| commit | 19049880136ceb5d2a6951946df50787b74b15d9 (patch) | |
| tree | 795d1ea0b8cd260164afbd23cc23b6d90b34854b /static/css/main.css | |
| parent | 14256a2964948c27b0233d46a811cecb130a580d (diff) | |
| download | imageboard-19049880136ceb5d2a6951946df50787b74b15d9.tar.xz imageboard-19049880136ceb5d2a6951946df50787b74b15d9.zip | |
not found controller
Diffstat (limited to 'static/css/main.css')
| -rw-r--r-- | static/css/main.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/css/main.css b/static/css/main.css index ccc31bc..3d52c8c 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -18,10 +18,10 @@ body { color: #ccccff; margin: 0; padding: 0; - overflow-x: hidden; min-height: 100vh; display: flex; flex-direction: column; + min-width: 1200px; } a { @@ -137,7 +137,7 @@ main { padding: 10px; } -.home-main { +.centered-main { display: flex; flex-direction: column; justify-content: center; @@ -146,13 +146,13 @@ main { min-height: 580px; } -.home-main h1 { +.centered-main h1 { color: #ffccff; font-size: 16px; margin: 8px 0px; } -.home-main p { +.centered-main p { color: #99ffcc; } |
