diff --git a/css/style.css b/css/style.css index 0b5b4da..07126fb 100644 --- a/css/style.css +++ b/css/style.css @@ -464,7 +464,6 @@ h6 { #hero h2 { font-family: 'Montserrat', sans-serif; - color: #eee; margin-bottom: 60px; font-size: 30px; } @@ -521,6 +520,7 @@ h6 { font-size: 18px; line-height: 24px; margin-bottom: 30px; + color: #fff; } #whatsapp-link{ @@ -1745,6 +1745,20 @@ h6 { @media screen and (max-width: 768px) { + #hero h1{ + font-size: 3rem; + } + #hero h2{ + font-size: 1.2rem; + + } + + #hero .btn-get-started{ + font-size: 1rem; + margin: 10px; + padding: 10px 15px; + } + .about-para{ font-size: 1.1rem; }