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

5
dist/app.css vendored
View File

@@ -12531,6 +12531,11 @@ section.services-blocks {
section.services-blocks h2, section.services-blocks .h2 {
color: #fff;
}
section.services-blocks .blocks {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
section.services-blocks .block {
padding: 2rem 1.5rem;
background-color: #075179;

View File

@@ -1,4 +1,4 @@
{
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
"/app.css": "/app.css?id=236bf64d3c7c8284a2645df6fe9c2013"
"/app.css": "/app.css?id=97ed3d902fb6a22f47425089f6524862"
}

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;