Skip to content

Commit

Permalink
update spacing of links
Browse files Browse the repository at this point in the history
  • Loading branch information
jer3k committed May 8, 2024
1 parent 0b1df89 commit 8f63d71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ a {
gap: 48px;
li {
margin-bottom: 16px;
width: 160px;
@media (max-width: 1280px) {
width: unset;
}
}
}
}
Expand Down

0 comments on commit 8f63d71

Please sign in to comment.