diff --git a/blocks/branchlocator/branchlocator.css b/blocks/branchlocator/branchlocator.css index 08d5e41faa..9eac010c13 100644 --- a/blocks/branchlocator/branchlocator.css +++ b/blocks/branchlocator/branchlocator.css @@ -447,7 +447,7 @@ .section.branchlocator-map .container .map-branchinfo-wrapper .map-container{ width: 100%; - max-height: 284px; + height: 284px; border-radius: 8px; } diff --git a/styles/styles.css b/styles/styles.css index f087da5491..319bf3dec8 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -1023,10 +1023,20 @@ footer { min-height: 1225px; } +.section.branch-locater-banner .default-content-wrapper p:nth-child(3)>picture>img { + width: 124px; + height: 120px; +} + @media screen and (max-width:767px) { footer { min-height: 1386px; } + + .section.branch-locater-banner .default-content-wrapper p:nth-child(3)>picture>img { + width: 72px; + height: 72px; + } } footer:has(.neeyat-footer) {