Skip to content

Commit

Permalink
fix: improve footer design (#1167)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robot-Inventor authored Nov 23, 2024
1 parent da34853 commit 6ae5631
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -250,13 +250,17 @@ footer {
height: 15rem;
padding-top: 2rem;
text-align: center;
background: #151920;
background: black;
}

footer a {
color: inherit;
}

footer > * {
margin-top: 1rem;
}

@media (orientation: portrait) {
#language_switcher {
aspect-ratio: 1/1;
Expand Down

0 comments on commit 6ae5631

Please sign in to comment.