This commit is contained in:
2025-06-02 16:18:18 -07:00
parent 8ab617ec59
commit 6824e40ec8
3 changed files with 5 additions and 3 deletions

View File

@@ -10,6 +10,8 @@ section.services-blocks {
.block {
padding: 2rem 1.5rem;
background-color: $c-lightNavy;
color: $c-white;
svg {
margin-bottom: 1rem;
@@ -30,7 +32,6 @@ section.services-blocks {
&:first-of-type {
background-color: $c-tan;
color: $c-white;
}
}
}