Skip to content

Commit

Permalink
fix(website): rework footer links formatting (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfderechter authored Dec 5, 2022
1 parent 17569a4 commit c62bbe5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,18 @@
[data-theme="dark"] .header-twitter-link::before {
background: url("@site/static/img/social-icons/twitter-white.svg") no-repeat;
}

.footer__links {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
align-items: center;
}

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

0 comments on commit c62bbe5

Please sign in to comment.