WIP
This commit is contained in:
3
dist/app.css
vendored
3
dist/app.css
vendored
@@ -12628,6 +12628,7 @@ section.blue-background-grid svg {
|
|||||||
section.blue-background-grid .blocks {
|
section.blue-background-grid .blocks {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
justify-content: space-between;
|
||||||
gap: 2rem;
|
gap: 2rem;
|
||||||
}
|
}
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
@@ -12636,7 +12637,7 @@ section.blue-background-grid .blocks {
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
section.blue-background-grid .blocks .block {
|
section.blue-background-grid .blocks .block {
|
||||||
width: 50%;
|
width: calc(50% - 2rem);
|
||||||
}
|
}
|
||||||
section.blue-background-grid .blocks .block:first-of-type {
|
section.blue-background-grid .blocks .block:first-of-type {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
|
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
|
||||||
"/app.css": "/app.css?id=b58791d423446c6005dc39e0d7cd610f"
|
"/app.css": "/app.css?id=6132e301e3bc0af8df0282267df65ecf"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ section.blue-background-grid {
|
|||||||
.blocks {
|
.blocks {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
justify-content: space-between;
|
||||||
gap: 2rem;
|
gap: 2rem;
|
||||||
|
|
||||||
@include media-breakpoint-up(lg) {
|
@include media-breakpoint-up(lg) {
|
||||||
@@ -31,7 +32,7 @@ section.blue-background-grid {
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
.block {
|
.block {
|
||||||
width: 50%;
|
width: calc(50% - 2rem);
|
||||||
|
|
||||||
&:first-of-type {
|
&:first-of-type {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user