[edit] css fixed

aplus#32
tribikram 2 years ago
parent ebc821b0d5
commit dcad18e339
  1. 19
      public/frontend/css/style.css

@ -1680,6 +1680,19 @@ Responsive Codes
} }
@media only screen and (min-width: 320px) and (max-width: 480px) { @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 */ /* contact us mobile view */
.about-banner-section .breadcrumb, .about-banner-section .breadcrumb,
.contact-us-section .breadcrumb, .contact-us-section .breadcrumb,
@ -1794,9 +1807,9 @@ Responsive Codes
} }
.blog-header h2, .blog-header h2,
.enquiry-contacts h2{ .enquiry-contacts h2{
text-align: center; text-align: left;
font-size: 32px; font-size: 26px;
line-height: 44px; line-height: 38px;
margin-bottom: 15px; margin-bottom: 15px;
} }
.chef-hire-form button{ .chef-hire-form button{

Loading…
Cancel
Save