From a6f0b4d1ad39739674df6729db277de826db0f77 Mon Sep 17 00:00:00 2001 From: Ghouar-Toussaint Rafael Date: Fri, 14 Jun 2024 18:47:45 +0200 Subject: [PATCH] travail en colab avec alexis et nicolas sur un partage --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index b8a4314..1d61599 100644 --- a/css/style.css +++ b/css/style.css @@ -8,7 +8,7 @@ body { display: flex; flex-direction: column; - min-height: 120vh; /* Utilisez 100vh pour une hauteur complète de la fenêtre */ + min-height: auto; /* Utilisez 100vh pour une hauteur complète de la fenêtre */ background-image: url(../img/jo20244.jpeg); } @@ -106,7 +106,7 @@ .inscription { width: 400px; - height: 550px; + height: 580px; margin: 100px auto ; /* Augmenter la marge en haut à 100px */ padding: 40px; background-color: #d4d4d4;