four col thing
This commit is contained in:
6
dist/app.css
vendored
6
dist/app.css
vendored
@@ -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;
|
||||
|
||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"/app.js": "/app.js?id=8af0c9c0d989b79afe124f8138dc1a63",
|
||||
"/app.css": "/app.css?id=9538c91b190c20fbd994469becc39f79"
|
||||
"/app.css": "/app.css?id=3e31fee00218b53564f3cf70a04049f4"
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user