From 483e569d0655a3b276c59383282c9711dba9468a Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Sat, 15 Mar 2025 12:08:50 -0700 Subject: [PATCH] fix contact form input field heights --- _sass/base.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/base.scss b/_sass/base.scss index 3202eab..e744d1f 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -853,15 +853,15 @@ textarea { font-size: 16px; caret-color: white !important; color: white !important; - height: 130px !important; background: var(--background-color) !important; + height: 60px; width: 100%; padding: 8px; margin-bottom: 10px; } .form-textarea { - height: 100px; + height: 130px !important; } .form-checkbox-container {