WIP
This commit is contained in:
6
dist/app.css
vendored
6
dist/app.css
vendored
@@ -12388,6 +12388,12 @@ section.flex-5050-cta.grey {
|
||||
section.flex-5050-cta.grey .row {
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
section.flex-5050-cta.grey .overflow-image {
|
||||
top: -4rem !important;
|
||||
left: 0 !important;
|
||||
width: 48% !important;
|
||||
height: 100% !important;
|
||||
}
|
||||
@media (max-width: 991.98px) {
|
||||
section.flex-5050-cta .col:last-of-type {
|
||||
display: none;
|
||||
|
||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
|
||||
"/app.css": "/app.css?id=6ee0760fe1c21dd66ed8ed020bbebfe4"
|
||||
"/app.css": "/app.css?id=2f7ba30e071cbd564c36e453568cf64c"
|
||||
}
|
||||
|
||||
@@ -8,6 +8,13 @@ section.flex-5050-cta {
|
||||
.row {
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
|
||||
.overflow-image {
|
||||
top: -4rem !important;
|
||||
left: 0 !important;
|
||||
width: 48% !important;
|
||||
height: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(lg) {
|
||||
|
||||
Reference in New Issue
Block a user