From ea4b606c38c366f0c33e46b8d7ec50e46b967526 Mon Sep 17 00:00:00 2001 From: Andrew Souvanlasy <93152029+DreStation@users.noreply.github.com> Date: Wed, 19 Apr 2023 11:23:06 -0400 Subject: [PATCH] Fix: footer centering div.copyright is now same width as parent footer footer.footer is 783px wide, but div.copyright had a set width of 760px, so it was short of being perfectly centered by 23 pixels. --- assets/css/footer.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/css/footer.scss b/assets/css/footer.scss index d7297b6..278dedf 100644 --- a/assets/css/footer.scss +++ b/assets/css/footer.scss @@ -8,7 +8,6 @@ align-items: center; justify-content: space-between; margin: 0; - width: 760px; max-width: 100%; @media ($tablet) {