padding to fix the footer
This commit is contained in:
parent
1293b29181
commit
8beca5ea91
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user