four col thing

This commit is contained in:
2025-06-17 10:45:54 -07:00
parent b4a96dae1b
commit 972132762b
3 changed files with 12 additions and 1 deletions

6
dist/app.css vendored
View File

@@ -12781,12 +12781,18 @@ section.four-column-blocks .col {
gap: 1rem;
align-items: center;
border-right: 1px solid #000;
padding-top: 1rem;
padding-bottom: 1rem;
}
section.four-column-blocks .col:last-of-type {
border: 0;
}
section.four-column-blocks .icon-wrapper {
color: #c80000;
padding-left: 1rem;
}
section.four-column-blocks .content-wrapper {
padding-right: 1rem;
}
section.four-column-blocks .content-wrapper strong {
display: block;

View File

@@ -1,4 +1,4 @@
{
"/app.js": "/app.js?id=8af0c9c0d989b79afe124f8138dc1a63",
"/app.css": "/app.css?id=9538c91b190c20fbd994469becc39f79"
"/app.css": "/app.css?id=3e31fee00218b53564f3cf70a04049f4"
}

View File

@@ -6,6 +6,8 @@ section.four-column-blocks {
gap: 1rem;
align-items: center;
border-right: 1px solid $c-black;
padding-top: 1rem;
padding-bottom: 1rem;
&:last-of-type {
border: 0;
@@ -14,9 +16,12 @@ section.four-column-blocks {
.icon-wrapper {
color: $c-brightRed;
padding-left: 1rem;
}
.content-wrapper {
padding-right: 1rem;
strong {
display: block;
}