WIP
This commit is contained in:
4
dist/app.css
vendored
4
dist/app.css
vendored
@@ -12403,6 +12403,10 @@ section.flex-5050-cta.contain .overflow-image {
|
|||||||
section.flex-5050-cta.contain .col-image-wrapper {
|
section.flex-5050-cta.contain .col-image-wrapper {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
section.flex-5050-cta.contain .col-image-wrapper img {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
@media (max-width: 991.98px) {
|
@media (max-width: 991.98px) {
|
||||||
section.flex-5050-cta .col:last-of-type {
|
section.flex-5050-cta .col:last-of-type {
|
||||||
display: none;
|
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.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
|
||||||
"/app.css": "/app.css?id=1d5daa3127175755ac8ed04053255765"
|
"/app.css": "/app.css?id=e15965cadc3b07e8c1c78c99c9468ce6"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -30,6 +30,11 @@ section.flex-5050-cta {
|
|||||||
|
|
||||||
.col-image-wrapper {
|
.col-image-wrapper {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
|
img {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user