Skip to content

Commit

Permalink
Responsive footer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bengtmagnus committed Dec 17, 2024
1 parent 04d4ed7 commit e244ae5
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 e244ae5

Please sign in to comment.