This commit is contained in:
2025-05-07 15:06:49 -07:00
parent 36f1d7471a
commit 292edd576c
3 changed files with 6 additions and 1 deletions

3
dist/app.css vendored
View File

@@ -12228,6 +12228,9 @@ section.grid-callout .callout p.headline {
font-weight: 600; font-weight: 600;
font-size: 30px; font-size: 30px;
} }
section.grid-callout .standard-callouts .col {
padding-top: 1rem;
}
section.grid-callout .standard-callouts .col:nth-of-type(1) .callout, section.grid-callout .standard-callouts .col:nth-of-type(6) .callout { section.grid-callout .standard-callouts .col:nth-of-type(1) .callout, section.grid-callout .standard-callouts .col:nth-of-type(6) .callout {
background-color: #B9AF78; background-color: #B9AF78;
color: #fff; color: #fff;

View File

@@ -1,4 +1,4 @@
{ {
"/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2", "/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2",
"/app.css": "/app.css?id=67646efb0d9b1aca162a58a7333cfd4f" "/app.css": "/app.css?id=d690093c8ba51c664cfedae9c63db1a0"
} }

View File

@@ -34,6 +34,8 @@ section.grid-callout {
.standard-callouts { .standard-callouts {
.col { .col {
padding-top: 1rem;
&:nth-of-type(1), &:nth-of-type(6) { &:nth-of-type(1), &:nth-of-type(6) {
.callout { .callout {
background-color: $c-tan; background-color: $c-tan;