Skip to content

Commit

Permalink
fix(website): footer links seperator centering in landscape view
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfderechter committed Dec 2, 2022
1 parent 9c7f66e commit 08e0999
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@
width: 100%;
}

.footer__link-item {
margin-right: 16px;
@media screen and (max-width: 996px) {
.footer__link-item {
margin-left: 8px;
margin-right: 8px;
}
}

0 comments on commit 08e0999

Please sign in to comment.