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

5
dist/app.css vendored
View File

@@ -12532,11 +12532,14 @@ section.services-blocks h2, section.services-blocks .h2 {
color: #fff; color: #fff;
} }
section.services-blocks .block { section.services-blocks .block {
padding: 1rem; padding: 2rem 1.5rem;
} }
section.services-blocks .block svg { section.services-blocks .block svg {
margin-bottom: 1rem; margin-bottom: 1rem;
} }
section.services-blocks .block h3, section.services-blocks .block .h3 {
font-weight: bold;
}
section.services-blocks .block:first-of-type { section.services-blocks .block:first-of-type {
background-color: #B9AF78; background-color: #B9AF78;
color: #fff; color: #fff;

View File

@@ -1,4 +1,4 @@
{ {
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e", "/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
"/app.css": "/app.css?id=6bd9da49db887c3c78f84abd19cc5eb2" "/app.css": "/app.css?id=5eac0e800d054e042b38219bfbe29f71"
} }

View File

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