four col thing

This commit is contained in:
2025-06-17 10:42:38 -07:00
parent dbafa7fe94
commit b4a96dae1b
3 changed files with 15 additions and 1 deletions

7
dist/app.css vendored
View File

@@ -12773,10 +12773,17 @@ section.intro-header h1, section.intro-header .h1 {
margin: 0;
}
section.four-column-blocks {
padding: 3rem 0;
}
section.four-column-blocks .col {
display: flex;
gap: 1rem;
align-items: center;
border-right: 1px solid #000;
}
section.four-column-blocks .col:last-of-type {
border: 0;
}
section.four-column-blocks .icon-wrapper {
color: #c80000;

View File

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

View File

@@ -1,8 +1,15 @@
section.four-column-blocks {
padding: 3rem 0;
.col {
display: flex;
gap: 1rem;
align-items: center;
border-right: 1px solid $c-black;
&:last-of-type {
border: 0;
}
}
.icon-wrapper {