This commit is contained in:
2025-06-02 17:01:24 -07:00
parent f970c16c93
commit 9bbcb465d4
3 changed files with 3 additions and 1 deletions

1
dist/app.css vendored
View File

@@ -12628,6 +12628,7 @@ section.blue-background-grid svg {
section.blue-background-grid .blocks {
display: flex;
flex-direction: column;
gap: 2rem;
}
@media (min-width: 992px) {
section.blue-background-grid .blocks {

View File

@@ -1,4 +1,4 @@
{
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
"/app.css": "/app.css?id=70dd4944c819191291fb9595329f064f"
"/app.css": "/app.css?id=b58791d423446c6005dc39e0d7cd610f"
}

View File

@@ -24,6 +24,7 @@ section.blue-background-grid {
.blocks {
display: flex;
flex-direction: column;
gap: 2rem;
@include media-breakpoint-up(lg) {
flex-direction: row;