diff --git a/src/components/Footer/Footer.css b/src/components/Footer/Footer.css index 8ee7536..bac75d0 100644 --- a/src/components/Footer/Footer.css +++ b/src/components/Footer/Footer.css @@ -1,58 +1,54 @@ .footer-link { - position: relative; - text-decoration: none; - color: white; - font-size: 18px; - } - - .footer-link::after { - content: ''; - position: absolute; - width: 0%; - height: 2px; - bottom: -5px; - left: 0; - background-color: white; - transition: all 0.3s ease-in-out; - } - - .footer-link:hover { - color: #00FF00; + position: relative; + text-decoration: none; + color: white; + font-size: 18px; +} + +.footer-link::after { + content: ''; + position: absolute; + width: 0%; + height: 2px; + bottom: -5px; + left: 0; + background-color: white; + transition: all 0.3s ease-in-out; +} + +.footer-link:hover::after { + width: 100%; +} + +.email-container input[type="text"] { + width: 80%; +} + +@media screen and (max-width: 768px) { + .footer-link { + font-size: 16px; } - - .footer-link:hover::after { + + .email-container { width: 100%; - background-color: #00FF00; + padding: 0 1rem; } -#title{ - margin-left: -50px; - @media (min-width: 786px) and (max-width: 905px) { - - margin-left: 0; - } - @media (width: 319px) { - margin-left: 0; + .email-container input[type="text"] { + width: 70%; } - @media (max-width: 319px) { - margin-left: 0; + + } } - - .footer { - background-color: #000; - background-color: var(--footer-color); - padding: 2rem 0; - text-align: center; - } - .container input { - width: auto; + +@media screen and (max-width: 480px) { + .footer-link { + font-size: 14px; } - - @media (min-width: 786px) and (max-width: 905px) { - .container { - width: 90% !important; - } - + .email-container input[type="text"] { + width: 100%; } +} + diff --git a/src/components/Footer/Footer.jsx b/src/components/Footer/Footer.jsx index 38b046e..6ae5b7d 100644 --- a/src/components/Footer/Footer.jsx +++ b/src/components/Footer/Footer.jsx @@ -19,10 +19,8 @@ import { WebsiteRights, Footerbg, FooterLinkInitial, + SocialMediaWrap, } from "./FooterElements"; -import { Height, Padding } from "@mui/icons-material"; -import { blue } from "@mui/material/colors"; -import { RiH5, RiHome3Line } from "@remixicon/react"; const Footer = () => { const navigate = useNavigate(); @@ -71,28 +69,23 @@ const Footer = () => { - {/* */} {" "} - + - {/* */} { style={{ textDecoration: "none", color: "inherit" }} > - - - + + - {/* */} { > - - - + + @@ -209,9 +208,8 @@ const Footer = () => { usiness Hours - + - @@ -219,7 +217,6 @@ const Footer = () => { - @@ -227,15 +224,14 @@ const Footer = () => {
Email Us
@@ -245,8 +241,7 @@ const Footer = () => { placeholder="Type your message here" style={{ padding: "3px", - width: "auto", - marginLeft: "-25rem", + height: "2rem", fontSize: "15px", borderRadius: "8px", @@ -257,7 +252,7 @@ const Footer = () => { /> { width: "30px", padding: "3px", cursor: "pointer", - marginBottom: "-1px", }} />
- - EmoWell © {new Date().getFullYear()} All rights reserved.