Skip to content

Commit

Permalink
Responsive footer fix (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
bengtmagnus authored Dec 18, 2024
1 parent 47baf11 commit e2ed10b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,13 @@ footer .logo {
grid-column: none !important;
margin-left: 0;
margin-right: 0;
width: 100%;
padding: 0 24px;
}

footer p {
flex-direction: column;
gap: 4px;
}

header {
Expand Down

0 comments on commit e2ed10b

Please sign in to comment.