padding to fix the footer

This commit is contained in:
Sevi 2024-11-30 02:35:45 -08:00
parent 1293b29181
commit 8beca5ea91

View File

@ -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 {