Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…lfinance into feature/comp-creation-new
  • Loading branch information
npy11 authored and npy11 committed Sep 23, 2024
2 parents f9e4345 + 61a9947 commit 8420a0a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/branchlocator/branchlocator.css
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@

.section.branchlocator-map .container .map-branchinfo-wrapper .map-container{
width: 100%;
max-height: 284px;
height: 284px;
border-radius: 8px;
}

Expand Down
10 changes: 10 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 8420a0a

Please sign in to comment.