Skip to content

Commit

Permalink
Fixes footer on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmerfield committed Mar 28, 2024
1 parent 2e22013 commit 2a83bd4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/views/css/footer.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
footer {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: var(--spacing) 0;
}

footer ul {
list-style-type: none;
margin: 0;
padding: var(--spacing);
padding: 0 var(--spacing);
display: flex;
flex-wrap: wrap;
}

footer li {
Expand Down

0 comments on commit 2a83bd4

Please sign in to comment.