This commit is contained in:
2025-06-02 16:30:20 -07:00
parent 97342e5e1c
commit 8c2f94f7c4
3 changed files with 22 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ section.services-blocks {
padding: 2rem 1.5rem;
background-color: $c-lightNavy;
color: $c-white;
flex: 1 1 calc(50% - 0.75rem);
svg {
margin-bottom: 1rem;
@@ -43,6 +44,7 @@ section.services-blocks {
&:first-of-type {
background-color: $c-tan;
flex: 1 1 100%;
}
}
@@ -54,6 +56,15 @@ section.services-blocks {
width: 40%;
height: auto;
svg {
width: 100%;
height: auto;
position: absolute;
bottom: 0;
right: 0;
margin: 0;
}
@include media-breakpoint-down(lg) {
display: none;
}