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

View File

@@ -11,8 +11,13 @@ section.services-blocks {
.block {
padding: 1rem;
svg {
margin-bottom: 1rem;
}
&:first-of-type {
background-color: $c-tan;
color: $c-white;
}
}
}