diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-11-19 22:10:36 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-11-19 22:10:36 +0700 |
commit | d3b5105565fd212f88a1fc770c0a2646bc0fa80d (patch) | |
tree | 58677f631aff8a7af1d2418fcb9d55e3d3760042 /_css | |
parent | b13d691d3d73ffb5b46ad2ed2a470a29454a172f (diff) | |
download | site-d3b5105565fd212f88a1fc770c0a2646bc0fa80d.tar.gz |
Add ham recipe
Diffstat (limited to '_css')
-rw-r--r-- | _css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_css/style.css b/_css/style.css index 238877d..1ed8623 100644 --- a/_css/style.css +++ b/_css/style.css @@ -41,7 +41,7 @@ html { color: var(--text-fg); font-size: min(max(100%, 2vw), 24px); margin: auto; - max-width: 72ch; + max-width: 36rem; scrollbar-color: var(--fade-fg) var(--block-bg); } |