diff --git a/src/Components/Form/Contact.css b/src/Components/Form/Contact.css index 3fe8f696..c4c48ce8 100755 --- a/src/Components/Form/Contact.css +++ b/src/Components/Form/Contact.css @@ -13,6 +13,7 @@ .contact-container p { opacity: 0.6; + font-size: 2rem; } .contact-input, @@ -20,30 +21,6 @@ width: 100% !important; } -.btn { - border: 2px solid #fff; - color: white !important; - cursor: pointer; - display: inline-block; - font-size: 0.8em; - margin-bottom: 10px; - padding: 2px 2px; - transition: all 0.5s; - text-decoration: none; - background-color: #206a5d; - padding: 5px; - opacity: 0.6; - margin-top: 20px; - width: 40%; - align-self: center; -} -.btn:hover { - padding: 10px 20px; - left: 35%; - animation: header-btn 10s steps(1) -1s normal; - background-color: transparent; - font-size: larger; -} .contact-input::placeholder, .area::placeholder { font-size: 1.5rem; @@ -51,13 +28,11 @@ @media only screen and (min-width: 768px) { .contact-container { - height: 50vh; width: 100%; } } @media only screen and (max-width: 480px) { .contact-container { - height: 50vh; width: 100vw; } .contact-container .contact-input { diff --git a/src/Components/Form/ContactForm.jsx b/src/Components/Form/ContactForm.jsx index 700e6088..5e6538aa 100755 --- a/src/Components/Form/ContactForm.jsx +++ b/src/Components/Form/ContactForm.jsx @@ -1,4 +1,5 @@ import React from 'react' +import { StyledFormSubmit } from '../../Layout/Form/styledInput'; import './Contact.css' const ContactForm = () => { @@ -9,10 +10,10 @@ const ContactForm = () => {