Skip to content

Commit

Permalink
Merge pull request #468 from WWWPiramalFinanceCOM/feature/optimization
Browse files Browse the repository at this point in the history
Feature/optimization
  • Loading branch information
VaibhavSasulkar authored Sep 19, 2024
2 parents a26ee66 + 01b5b6f commit 2ae500c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions blocks/branchlocator/branchlocator.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.section.branch-locater-banner {
padding: 59px 0 37px;
min-height: 248px;
}

.section.branch-locater-banner .default-content-wrapper {
Expand Down Expand Up @@ -351,6 +352,7 @@

.section.branch-locater-banner {
padding: 50px 0 28px;
min-height: 242px
}

.section.branch-locater-banner .default-content-wrapper {
Expand All @@ -360,15 +362,12 @@
.section.branch-locater-banner .default-content-wrapper p:nth-child(2) {
width: 80%;
}

.section.branch-locater-banner {
padding: 50px 0 40px;
}
}

@media screen and (max-width: 767px) {
.section.branch-locater-banner {
padding: 50px 0 36px;
min-height: 190px;
}

.section.branch-locater-banner .default-content-wrapper {
Expand Down

0 comments on commit 2ae500c

Please sign in to comment.