four col thing
This commit is contained in:
5
dist/app.css
vendored
5
dist/app.css
vendored
@@ -12773,6 +12773,11 @@ section.intro-header h1, section.intro-header .h1 {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
section.four-column-blocks .col {
|
||||||
|
display: flex;
|
||||||
|
gap: 1rem;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
section.four-column-blocks .icon-wrapper {
|
section.four-column-blocks .icon-wrapper {
|
||||||
color: #c80000;
|
color: #c80000;
|
||||||
}
|
}
|
||||||
|
|||||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"/app.js": "/app.js?id=8af0c9c0d989b79afe124f8138dc1a63",
|
"/app.js": "/app.js?id=8af0c9c0d989b79afe124f8138dc1a63",
|
||||||
"/app.css": "/app.css?id=ba658ae4cd8ff16008d38e96c85671c4"
|
"/app.css": "/app.css?id=4476018e40cca4cf7b00ef8ca4eb7645"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,10 @@
|
|||||||
section.four-column-blocks {
|
section.four-column-blocks {
|
||||||
|
.col {
|
||||||
|
display: flex;
|
||||||
|
gap: 1rem;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
.icon-wrapper {
|
.icon-wrapper {
|
||||||
color: $c-brightRed;
|
color: $c-brightRed;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user