four col thing

This commit is contained in:
2025-06-17 11:04:47 -07:00
parent dd4b0f4f66
commit a688b49a56
3 changed files with 5 additions and 3 deletions

3
dist/app.css vendored
View File

@@ -12847,7 +12847,7 @@ section.intro-slide {
background-position: center; background-position: center;
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
padding: 12rem 0; padding: 20rem 0;
} }
section.intro-slide:before { section.intro-slide:before {
content: ""; content: "";
@@ -12870,6 +12870,7 @@ section.intro-slide h1, section.intro-slide .h1 {
} }
section.intro-slide p { section.intro-slide p {
font-size: 34px; font-size: 34px;
margin-bottom: 0;
} }
.callout-page, .callout-category { .callout-page, .callout-category {

View File

@@ -1,4 +1,4 @@
{ {
"/app.js": "/app.js?id=8af0c9c0d989b79afe124f8138dc1a63", "/app.js": "/app.js?id=8af0c9c0d989b79afe124f8138dc1a63",
"/app.css": "/app.css?id=8be8624effedbc1c0bdfc6f7318e1c79" "/app.css": "/app.css?id=6af9463b25ba6c06c830d82bfef5a914"
} }

View File

@@ -3,7 +3,7 @@ section.intro-slide {
background-position: center; background-position: center;
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
padding: 12rem 0; padding: 20rem 0;
&:before { &:before {
content: ""; content: "";
@@ -30,5 +30,6 @@ section.intro-slide {
p { p {
font-size: 34px; font-size: 34px;
margin-bottom: 0;
} }
} }