From 3b62d2adf7edd3982553858b72423b3e4c163cd8 Mon Sep 17 00:00:00 2001 From: Deimos Date: Sun, 9 Feb 2020 16:40:52 -0700 Subject: [PATCH] Improve centering/spacing/wrapping of footer links --- tildes/scss/modules/_site-footer.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tildes/scss/modules/_site-footer.scss b/tildes/scss/modules/_site-footer.scss index 340f637..87771c7 100644 --- a/tildes/scss/modules/_site-footer.scss +++ b/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; & + & {