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

View File

@@ -9,12 +9,16 @@ section.services-blocks {
}
.block {
padding: 1rem;
padding: 2rem 1.5rem;
svg {
margin-bottom: 1rem;
}
h3 {
font-weight: bold;
}
&:first-of-type {
background-color: $c-tan;
color: $c-white;