diff --git a/assets/contact/contact.css b/assets/contact/contact.css index 099616103..65c09dbf8 100644 --- a/assets/contact/contact.css +++ b/assets/contact/contact.css @@ -37,6 +37,7 @@ header { justify-content: center; align-items: center; box-shadow: -10px -10px 50px #b400a5; + overflow: auto; } .contact-container h2 { @@ -68,15 +69,28 @@ label { text-shadow: 2px 2px 10px var(--light); } -input, -textarea { +input +{ width: 100%; padding: 10px; border-radius: 6px; margin-top: 8px; margin-bottom: 25px; border: 0; + /* transition: all linear .2s; */ +} +textarea { + /* max-width: 550px; */ + width: 100%; + padding: 10px; + + border-radius: 6px; + margin-top: 8px; + margin-bottom: 25px; + border: 1px solid #ccc; + /* box-sizing: border-box; Include padding and border in the width calculation */ transition: all linear .2s; + resize:vertical; } input:hover,