From e1c47fadc8bed9c85fba05489278c94f76553f54 Mon Sep 17 00:00:00 2001 From: Florian Sylvain Date: Fri, 4 Feb 2022 21:35:56 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Changed=20z-index=20of=20body=20?= =?UTF-8?q?footer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheet.css b/stylesheet.css index a330026..46fe071 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -99,7 +99,7 @@ nav a:nth-child(0n+6) { footer { position: relative; - z-index: 10; + z-index: 2; display: flex; justify-content: center; align-items: center;