Skip to content

Commit

Permalink
padding to fix the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Sevi committed Nov 30, 2024
1 parent 1293b29 commit 8beca5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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 {
Expand All @@ -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 {
Expand Down

0 comments on commit 8beca5e

Please sign in to comment.