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 {