From 814692adebb96e6d37f8c5492e03611f7491bf2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tymoteusz=20J=C3=B3=C5=BAwiak?= Date: Mon, 11 Sep 2023 07:39:51 +0000 Subject: [PATCH] change button margin - compatible with bigger font size browsers --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index c79390a..8e498c4 100644 --- a/css/style.css +++ b/css/style.css @@ -107,7 +107,7 @@ a:hover { text-decoration: none; text-align: center; padding: 0.875rem 1.25rem; - margin: 1rem; + margin: .25rem; border-radius: 0.625rem; cursor: pointer; color: var(--btn-txt-color);