WIP
This commit is contained in:
4
dist/app.css
vendored
4
dist/app.css
vendored
@@ -12382,7 +12382,7 @@ section.flex-5050-cta {
|
|||||||
position: relative;
|
position: relative;
|
||||||
padding: 6rem 0;
|
padding: 6rem 0;
|
||||||
}
|
}
|
||||||
@media (max-width: 767.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;
|
||||||
}
|
}
|
||||||
@@ -12404,7 +12404,7 @@ section.flex-5050-cta .overflow-image {
|
|||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
@media (max-width: 767.98px) {
|
@media (max-width: 991.98px) {
|
||||||
section.flex-5050-cta .overflow-image {
|
section.flex-5050-cta .overflow-image {
|
||||||
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=12358811de948e9930e7ad60d9fc9950"
|
"/app.css": "/app.css?id=c42c8f1b7968cb7cc55118e8879478db"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ section.flex-5050-cta {
|
|||||||
position: relative;
|
position: relative;
|
||||||
padding: 6rem 0;
|
padding: 6rem 0;
|
||||||
|
|
||||||
@include media-breakpoint-down(md) {
|
@include media-breakpoint-down(lg) {
|
||||||
.col:last-of-type {
|
.col:last-of-type {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@@ -27,7 +27,7 @@ section.flex-5050-cta {
|
|||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
||||||
@include media-breakpoint-down(md) {
|
@include media-breakpoint-down(lg) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user