From 310cb8815513d650858758e6e966f25469412d12 Mon Sep 17 00:00:00 2001 From: rramiachraf <51409801+rramiachraf@users.noreply.github.com> Date: Thu, 7 Mar 2024 14:19:13 +0100 Subject: [PATCH] fix: update id tag to fix layout issue --- style/footer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/footer.css b/style/footer.css index 2a7e073..b09f0f6 100644 --- a/style/footer.css +++ b/style/footer.css @@ -34,7 +34,7 @@ footer a:hover { } @media screen and (max-width: 1080px) { - #footer_container { + #footer-container { width: 100%; padding: 0 2rem; box-sizing: border-box;