From 4a12a19eaef14d1a61cccb2385998038689133d7 Mon Sep 17 00:00:00 2001 From: tenkyuu Date: Thu, 15 Aug 2024 08:41:56 +0800 Subject: [PATCH] another minor update for the css --- css/projects/survey-form.css | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/css/projects/survey-form.css b/css/projects/survey-form.css index 44904d5..511e7b3 100644 --- a/css/projects/survey-form.css +++ b/css/projects/survey-form.css @@ -11,27 +11,24 @@ html { body { font-family: "Raleway", sans-serif; background-color: #22243e; + height: 100vh; } main { display: flex; justify-content: center; align-items: center; - height: 100vh; } .form-container { width: 90%; max-width: 45rem; - height: fit-content; + height: auto; padding: 4rem 2rem; - margin: 5rem auto; + margin: 4rem auto; background-color: #e5e5e5; border: 0.2rem solid #000; border-radius: 1.4rem; box-shadow: #000 0.7rem 1rem 0.7rem; - display: flex; - flex-direction: column; - justify-content: center; - vertical-align: center; + } .header-container, .footer-container { text-align: center; -- 2.39.5