diff --git a/public/frontend/css/style.css b/public/frontend/css/style.css index a5d9546..a65cd52 100644 --- a/public/frontend/css/style.css +++ b/public/frontend/css/style.css @@ -1680,6 +1680,19 @@ Responsive Codes } @media only screen and (min-width: 320px) and (max-width: 480px) { + h2{ + font-size: 26px; + } + .enquiry-contacts p{ + font-weight: 400; + font-size: 16px; + margin-bottom: 40px; + line-height: 1.8rem; + color: #FFFFFF; + } + .enquiry-header h2 { + font-size: 38px; + } /* contact us mobile view */ .about-banner-section .breadcrumb, .contact-us-section .breadcrumb, @@ -1794,9 +1807,9 @@ Responsive Codes } .blog-header h2, .enquiry-contacts h2{ - text-align: center; - font-size: 32px; - line-height: 44px; + text-align: left; + font-size: 26px; + line-height: 38px; margin-bottom: 15px; } .chef-hire-form button{