From 17bac8c93f9defffbefdf9c7132f92fee1d58afa Mon Sep 17 00:00:00 2001 From: Cinder Date: Mon, 3 Feb 2025 22:46:17 -0800 Subject: [PATCH] [UI] Fix an overflow issue in the footer (#888) --- app/javascript/src/styles/common/_footer.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/src/styles/common/_footer.scss b/app/javascript/src/styles/common/_footer.scss index 53fe677e4..31c2c6935 100644 --- a/app/javascript/src/styles/common/_footer.scss +++ b/app/javascript/src/styles/common/_footer.scss @@ -66,6 +66,7 @@ footer.footer-wrapper { @include window-larger-than(450px) { .footer-grid { grid-template-areas: "logo left right"; + padding: 1rem 0; } .footer-logo {