From 9c3d7f8d2524b655b9605638ed0afeddc213846f Mon Sep 17 00:00:00 2001 From: guimb <paul.guimbert@student-cs.fr> Date: Fri, 15 Dec 2023 19:59:37 +0100 Subject: [PATCH] encore pour le bas --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index f33c139..ade5e65 100644 --- a/styles.css +++ b/styles.css @@ -594,7 +594,7 @@ p li { } /* C'est pour les téléphones */ -@media screen and (max-width: 768px) { +@media screen and (max-width: 668px) { nav { top: 0%; } @@ -608,6 +608,6 @@ p li { margin-top: 4%; } .footer { - margin-top: 20%; + margin-top: 40%; } } \ No newline at end of file -- GitLab