From: tenkyuu Date: Thu, 15 Aug 2024 00:41:56 +0000 (+0800) Subject: another minor update for the css X-Git-Url: https://git.bochard.net/?a=commitdiff_plain;h=4a12a19eaef14d1a61cccb2385998038689133d7;p=mysite.git another minor update for the css --- 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;