From bcf9ad0895695fccc68120bccab22f07bc328ee8 Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 19 Sep 2023 17:28:58 +0100 Subject: [PATCH] style: remove nav and footer padding Not sure why that was there... --- frontend/src/styles/footer.scss | 2 +- frontend/src/styles/nav.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/styles/footer.scss b/frontend/src/styles/footer.scss index ae3c14a90..eadb7eb55 100644 --- a/frontend/src/styles/footer.scss +++ b/frontend/src/styles/footer.scss @@ -5,7 +5,7 @@ font-size: 0.75rem; color: var(--sub-color); // transition: 0.25s; - padding: 0 5px; + // padding: 0 5px; // margin-bottom: 2rem; .keyTips { diff --git a/frontend/src/styles/nav.scss b/frontend/src/styles/nav.scss index 4356d1fca..7e0c7c86d 100644 --- a/frontend/src/styles/nav.scss +++ b/frontend/src/styles/nav.scss @@ -147,7 +147,7 @@ font-size: 2.3rem; /* text-align: center; */ // transition: 0.25s; - padding: 0 5px; + // padding: 0 5px; display: grid; grid-auto-flow: column; grid-template-columns: auto 1fr;