From 1023f2575b186ffbf8f86a21f6b277735f9329a2 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Mon, 14 Oct 2024 16:47:31 +0200 Subject: [PATCH] website more adaptive to scale --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 0b157e5..ccc1b87 100644 --- a/style.css +++ b/style.css @@ -23,7 +23,7 @@ a.btn { min-width: fit-content; padding: 10px; margin: 0; - margin-bottom: 1px; + margin-bottom: 0.2em; text-decoration: none; text-align: center; transition: 0.2s; @@ -74,6 +74,6 @@ div.error { img.ss { margin: auto; display: inline-block; - width: min(calc(45vw - 1.5em), calc(350px - 1.5em)); - margin: 0.5em; + width: min(calc(45vw - 0.5em), calc(350px - 0.5em)); + margin: 0.2em; }