From bdeee5a6f6edeb62e46e81394134c7377139c4de Mon Sep 17 00:00:00 2001 From: Vaibhav sasulkar Date: Mon, 23 Sep 2024 19:14:45 +0530 Subject: [PATCH 1/2] done --- blocks/branchlocator/branchlocator.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blocks/branchlocator/branchlocator.css b/blocks/branchlocator/branchlocator.css index 9eac010c13..956a6c378f 100644 --- a/blocks/branchlocator/branchlocator.css +++ b/blocks/branchlocator/branchlocator.css @@ -383,11 +383,13 @@ font-size: 1rem; line-height: 24px; width: 75%; + min-height: 52px; } .section.branch-locater-banner .default-content-wrapper h1 { line-height: 36px; font-size: 1.75rem; + min-height: 36px; } .section.branch-locater-banner .default-content-wrapper p:nth-child(3)>picture>img { From 7c9499fa15ebf6b8e786313a1a77130aeddf38d6 Mon Sep 17 00:00:00 2001 From: Vaibhav sasulkar Date: Mon, 23 Sep 2024 19:19:52 +0530 Subject: [PATCH 2/2] done --- blocks/branchlocator/branchlocator.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/blocks/branchlocator/branchlocator.css b/blocks/branchlocator/branchlocator.css index 956a6c378f..9eac010c13 100644 --- a/blocks/branchlocator/branchlocator.css +++ b/blocks/branchlocator/branchlocator.css @@ -383,13 +383,11 @@ font-size: 1rem; line-height: 24px; width: 75%; - min-height: 52px; } .section.branch-locater-banner .default-content-wrapper h1 { line-height: 36px; font-size: 1.75rem; - min-height: 36px; } .section.branch-locater-banner .default-content-wrapper p:nth-child(3)>picture>img {