From 096aea2cf092b3341f9b0bcf5bdd2f3aa49aa839 Mon Sep 17 00:00:00 2001 From: daudix Date: Wed, 19 Jun 2024 17:13:17 +0300 Subject: [PATCH] Add max width to footer --- sass/_footer.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sass/_footer.scss b/sass/_footer.scss index 08118a7..177dbff 100644 --- a/sass/_footer.scss +++ b/sass/_footer.scss @@ -5,12 +5,13 @@ text-align: center; nav { - margin: 0 auto 1rem auto; + margin: 0 auto 1rem; box-shadow: var(--edge-highlight); border-radius: 22px; background-color: var(--fg-muted-1); padding: 0.25rem; width: fit-content; + max-width: min(var(--container-width), 90%); ul { display: flex;