From 8bdcf5352d06a3eba4e8b713a237b04c61d81956 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Mon, 13 Nov 2023 10:56:46 +0100 Subject: [PATCH] button padding --- includes/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/styles.css b/includes/styles.css index de8b21b..22d58ed 100644 --- a/includes/styles.css +++ b/includes/styles.css @@ -233,7 +233,7 @@ a { background: #222; /* Dark background for buttons */ color: #33ff33; /* Bright green text */ border: 1px solid #33ff33; /* Border to match text color */ - padding: 0px 0pxpx; + padding: 0px 0px 0px 0px; text-transform: uppercase; transition: background-color 0.3s ease, color 0.3s ease; }