diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-11-22 14:15:44 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-11-22 14:15:44 +0100 |
| commit | 2e8f59aaeb731dd726f8d49d120ae4cc8a7cf512 (patch) | |
| tree | 8af5757f411539e435008b1dc9d00d09c8772ef2 /static/pages/main/index.css | |
| parent | d1b55b58f7d9c34d2bd2e2d55399090e89c08452 (diff) | |
bar add max-width
Diffstat (limited to 'static/pages/main/index.css')
| -rw-r--r-- | static/pages/main/index.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/pages/main/index.css b/static/pages/main/index.css index baab27b..21d5022 100644 --- a/static/pages/main/index.css +++ b/static/pages/main/index.css @@ -19,6 +19,8 @@ backdrop-filter: blur(10px); border-radius: var(--border-radius); transition: bottom 0.2s ease; + max-width: 600px; + margin: 0 auto; } #bar.hidden { |