diff options
-rw-r--r-- | web/static/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/static/style.css b/web/static/style.css index 6a1b8c2..952b85c 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -27,7 +27,7 @@ div#main { div#controls { grid-area: controls; - font-size: clamp(1.5vh, 2vw, 2vh); + font-size: clamp(1.5vh, 2.5vw, 2vh); margin: 2px 0; @@ -75,7 +75,7 @@ div#oi { div#info { position: relative; - font-size: clamp(1.5vh, 2vw, 2vh); + font-size: clamp(1.5vh, 2.5vw, 2vh); margin-bottom: 2px; @@ -230,7 +230,7 @@ div.key.ok { div#settings-bar { grid-area: settings-bar; - font-size: clamp(1.5vh, 2vw, 2vh); + font-size: clamp(1.5vh, 2.5vw, 2vh); padding: 0.4rem; @@ -304,7 +304,7 @@ div#settings-bar div.help-button:active { div#visits { grid-area: visits; - font-size: clamp(1.5vh, 2vw, 2vh); + font-size: clamp(1.5vh, 2.5vw, 2vh); overflow: auto; scrollbar-gutter: stable both-edges; |