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;