This commit is contained in:
2025-06-02 16:23:48 -07:00
parent 5ab6fe9ad1
commit 97342e5e1c
3 changed files with 18 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ section.services-blocks {
}
.block {
position: relative;
padding: 2rem 1.5rem;
background-color: $c-lightNavy;
color: $c-white;
@@ -46,6 +47,13 @@ section.services-blocks {
}
.large-arrow {
position: absolute;
right: 1.5rem;
bottom: 1.5rem;
opacity: 0.25;
width: 40%;
height: auto;
@include media-breakpoint-down(lg) {
display: none;
}