WIP
This commit is contained in:
5
dist/app.css
vendored
5
dist/app.css
vendored
@@ -12395,6 +12395,11 @@ section.flex-5050-cta .overflow-image {
|
|||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
@media (max-width: 767.98px) {
|
||||||
|
section.flex-5050-cta .overflow-image {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
section.flex-5050-cta h2, section.flex-5050-cta .h2 {
|
section.flex-5050-cta h2, section.flex-5050-cta .h2 {
|
||||||
color: #063C5A;
|
color: #063C5A;
|
||||||
font-size: 70px;
|
font-size: 70px;
|
||||||
|
|||||||
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=c77418b0a2f860943a58abc42a667460"
|
"/app.css": "/app.css?id=af05270384606323ff6d1ef9117f02cb"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -26,6 +26,10 @@ section.flex-5050-cta {
|
|||||||
height: calc(100% - 10rem);
|
height: calc(100% - 10rem);
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
||||||
|
@include media-breakpoint-down(md) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
|||||||
Reference in New Issue
Block a user