This commit is contained in:
2025-06-02 16:14:12 -07:00
parent c801e16f5b
commit bcbdc06693
3 changed files with 15 additions and 1 deletions

View File

@@ -7,4 +7,12 @@ section.services-blocks {
@extend .headline-lg;
color: $c-white;
}
.block {
padding: 1rem;
&:first-of-type {
background-color: $c-tan;
}
}
}