padding to fix the footer
This commit is contained in:
parent
1293b29181
commit
8beca5ea91
@ -130,7 +130,7 @@ button:hover {
|
|||||||
.footer button {
|
.footer button {
|
||||||
color: white;
|
color: white;
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
padding-bottom: 25px;
|
padding-bottom: 25px !important;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border: none;
|
border: none;
|
||||||
@ -142,6 +142,7 @@ button:hover {
|
|||||||
|
|
||||||
.footer button.server-list {
|
.footer button.server-list {
|
||||||
background-color: #000; /* Black color for Server List button */
|
background-color: #000; /* Black color for Server List button */
|
||||||
|
padding-bottom: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer button.server-list:hover {
|
.footer button.server-list:hover {
|
||||||
@ -151,6 +152,7 @@ button:hover {
|
|||||||
|
|
||||||
.footer button.eaglerrinth-mod-list {
|
.footer button.eaglerrinth-mod-list {
|
||||||
background-color: #9656ce; /* Same color as Discord link button */
|
background-color: #9656ce; /* Same color as Discord link button */
|
||||||
|
padding-bottom: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer button.eaglerrinth-mod-list:hover {
|
.footer button.eaglerrinth-mod-list:hover {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user