Browse Source

Improve centering/spacing/wrapping of footer links

merge-requests/102/head
Deimos 5 years ago
parent
commit
3b62d2adf7
  1. 6
      tildes/scss/modules/_site-footer.scss

6
tildes/scss/modules/_site-footer.scss

@ -12,16 +12,18 @@
.site-footer-links {
display: flex;
flex-wrap: wrap;
justify-content: center;
justify-content: space-around;
list-style-type: none;
margin: 0;
margin: 0 auto;
max-width: 50rem;
}
.site-footer-link {
@include min-touch-size;
margin: 0;
padding: 0 0.4rem;
white-space: nowrap;
& + & {

Loading…
Cancel
Save