This commit is contained in:
2025-06-02 16:22:21 -07:00
parent 3a88013cc4
commit 5ab6fe9ad1
3 changed files with 12 additions and 1 deletions

View File

@@ -8,6 +8,12 @@ section.services-blocks {
color: $c-white;
}
.blocks {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.block {
padding: 2rem 1.5rem;
background-color: $c-lightNavy;