WIP
This commit is contained in:
6
dist/app.css
vendored
6
dist/app.css
vendored
@@ -12335,6 +12335,7 @@ section.multiblock-callout .left-image {
|
|||||||
section.multiblock-callout .left-image {
|
section.multiblock-callout .left-image {
|
||||||
aspect-ratio: 1.5;
|
aspect-ratio: 1.5;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
|
width: calc(100vw - 5rem);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
section.multiblock-callout .callouts-wrapper .callout {
|
section.multiblock-callout .callouts-wrapper .callout {
|
||||||
@@ -12343,6 +12344,11 @@ section.multiblock-callout .callouts-wrapper .callout {
|
|||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
margin-bottom: 60px;
|
margin-bottom: 60px;
|
||||||
}
|
}
|
||||||
|
@media (max-width: 767.98px) {
|
||||||
|
section.multiblock-callout .callouts-wrapper .callout {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
section.multiblock-callout .callouts-wrapper .callout:last-of-type {
|
section.multiblock-callout .callouts-wrapper .callout:last-of-type {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
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=530cef83bcfddcfc13dca087da8f7abe"
|
"/app.css": "/app.css?id=8ec429bf2f1aca4b35703861df9b974b"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ section.multiblock-callout {
|
|||||||
@include media-breakpoint-down(md) {
|
@include media-breakpoint-down(md) {
|
||||||
aspect-ratio: 1.5;
|
aspect-ratio: 1.5;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
|
width: calc(100vw - 5rem);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -26,6 +27,10 @@ section.multiblock-callout {
|
|||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
margin-bottom: 60px;
|
margin-bottom: 60px;
|
||||||
|
|
||||||
|
@include media-breakpoint-down(md) {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
&:last-of-type {
|
&:last-of-type {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user