diff --git a/src/components/ContactForm.css b/src/components/ContactForm.css index a4835b7..31bcba7 100644 --- a/src/components/ContactForm.css +++ b/src/components/ContactForm.css @@ -26,11 +26,6 @@ input[type=email], select, textarea padding-right: 4px; } -div.flexCenter -{ - display: flex; -} - /* Style the label to display next to the inputs */ .flexCenter label { @@ -109,9 +104,4 @@ div.flexCenter flex-direction: column; align-items: center; } - - .textArea - { - height: 100px; - } - \ No newline at end of file + \ No newline at end of file diff --git a/src/components/DogContactForm.tsx b/src/components/DogContactForm.tsx index 86f11c3..4c46ce5 100644 --- a/src/components/DogContactForm.tsx +++ b/src/components/DogContactForm.tsx @@ -79,7 +79,7 @@ export default function DogContactForm( return ( <> -