Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Responsive footer fix
Browse files Browse the repository at this point in the history
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
@@ -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 {

0 comments on commit e244ae5

Please sign in to comment.