From d0e23ef1b5a63546fa00de16bcdd71ec937ac5e2 Mon Sep 17 00:00:00 2001 From: Deimos Date: Mon, 10 Feb 2020 11:27:49 -0700 Subject: [PATCH] Remove leftover extra margins on footer links --- tildes/scss/modules/_site-footer.scss | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tildes/scss/modules/_site-footer.scss b/tildes/scss/modules/_site-footer.scss index 87771c7..f4a592b 100644 --- a/tildes/scss/modules/_site-footer.scss +++ b/tildes/scss/modules/_site-footer.scss @@ -3,7 +3,10 @@ #site-footer { padding: 0.2rem; - padding-bottom: 1rem; + + @media (min-width: $size-md) { + padding-bottom: 1rem; + } font-size: 0.6rem; text-align: center; @@ -25,10 +28,6 @@ margin: 0; padding: 0 0.4rem; white-space: nowrap; - - & + & { - margin-left: 1rem; - } } .site-footer-theme-selection {