From 8beca5ea91b043a6861d283d84d12f30e2b7cc67 Mon Sep 17 00:00:00 2001 From: Sevi Date: Sat, 30 Nov 2024 02:35:45 -0800 Subject: [PATCH] padding to fix the footer --- css/styles.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 6f1a80b..348b30a 100644 --- a/css/styles.css +++ b/css/styles.css @@ -130,7 +130,7 @@ button:hover { .footer button { color: white; padding: 10px 20px; - padding-bottom: 25px; + padding-bottom: 25px !important; font-size: 16px; cursor: pointer; border: none; @@ -142,6 +142,7 @@ button:hover { .footer button.server-list { background-color: #000; /* Black color for Server List button */ + padding-bottom: 25px; } .footer button.server-list:hover { @@ -151,6 +152,7 @@ button:hover { .footer button.eaglerrinth-mod-list { background-color: #9656ce; /* Same color as Discord link button */ + padding-bottom: 25px; } .footer button.eaglerrinth-mod-list:hover {