diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-03-10 02:37:32 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-03-10 02:37:32 +0900 |
| commit | 98459875cdb8374bc1a36476c4a0e102cfa08e0e (patch) | |
| tree | 8daaecb8c67c668b5ca91883244eb409edf198d9 /static | |
| parent | 270b15e7f5cc6f3f15cced12d332d17fe5a80205 (diff) | |
| download | blog.nsfisis.dev-98459875cdb8374bc1a36476c4a0e102cfa08e0e.tar.gz blog.nsfisis.dev-98459875cdb8374bc1a36476c4a0e102cfa08e0e.tar.zst blog.nsfisis.dev-98459875cdb8374bc1a36476c4a0e102cfa08e0e.zip | |
style: widen content's width
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index ef2dea5..203a798 100644 --- a/static/style.css +++ b/static/style.css @@ -12,7 +12,7 @@ --gap: 24px; --content-gap: 40px; --nav-width: 1024px; - --main-width: 640px; + --main-width: max(50%, 640px); --header-height: 60px; --footer-height: 60px; --radius: 8px; |
