From 13f7b13dc1e4b3432b14407007dd5d9277b22a9b Mon Sep 17 00:00:00 2001 From: TudbuT Date: Mon, 14 Oct 2024 14:22:45 +0200 Subject: [PATCH] fix buttons on very small displays --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 5438ec1..a25e5f1 100644 --- a/style.css +++ b/style.css @@ -19,7 +19,7 @@ a.btn { background-color: #603060; display: inline-block; width: 10em; - max-width: calc(100vw - 30px); + max-width: 90vw; min-width: fit-content; padding: 10px; margin: 0;