diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-12-15 15:34:24 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-12-15 15:55:37 +0900 |
commit | cd07645af510a6e16d132c6ec96c49707bbceb23 (patch) | |
tree | fb226b5b72b7cb5bb4f455c89eaee3a041d392aa /static/base.css | |
parent | b6f13b126acb62f036fa508cfc05120a718aea16 (diff) | |
download | phylactery-cd07645af510a6e16d132c6ec96c49707bbceb23.tar.gz |
Use new CSS stuff
Diffstat (limited to 'static/base.css')
-rw-r--r-- | static/base.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/base.css b/static/base.css index 5f63e67..038afdc 100644 --- a/static/base.css +++ b/static/base.css @@ -1,6 +1,6 @@ html { background-color: black; - font-size: min(max(100%, 2vw), 150%); + font-size: clamp(100%, 2vw, 150%); margin: auto; } |