WIP
This commit is contained in:
16
dist/app.css
vendored
16
dist/app.css
vendored
@@ -12266,14 +12266,6 @@ section.side-by-side-text h2, section.side-by-side-text .h2 {
|
|||||||
.text-over-image-a .col:last-of-type {
|
.text-over-image-a .col:last-of-type {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.text-over-image-a img {
|
|
||||||
width: 100%;
|
|
||||||
display: block !important;
|
|
||||||
margin-top: 3rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.text-over-image-a img {
|
|
||||||
display: none;
|
|
||||||
}
|
}
|
||||||
.text-over-image-a .content-wrapper {
|
.text-over-image-a .content-wrapper {
|
||||||
background-color: rgba(6, 60, 90, 0.8);
|
background-color: rgba(6, 60, 90, 0.8);
|
||||||
@@ -12385,6 +12377,14 @@ section.flex-5050-cta {
|
|||||||
section.flex-5050-cta .col:last-of-type {
|
section.flex-5050-cta .col:last-of-type {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
section.flex-5050-cta img {
|
||||||
|
width: 100%;
|
||||||
|
display: block !important;
|
||||||
|
margin-top: 3rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
section.flex-5050-cta img {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
section.flex-5050-cta .overflow-image {
|
section.flex-5050-cta .overflow-image {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
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=a2676a09279eefa03bbb563944854371"
|
"/app.css": "/app.css?id=c77418b0a2f860943a58abc42a667460"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,6 +6,16 @@ section.flex-5050-cta {
|
|||||||
.col:last-of-type {
|
.col:last-of-type {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
width: 100%;
|
||||||
|
display: block !important;
|
||||||
|
margin-top: 3rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.overflow-image {
|
.overflow-image {
|
||||||
|
|||||||
@@ -7,16 +7,6 @@
|
|||||||
.col:last-of-type {
|
.col:last-of-type {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
|
||||||
width: 100%;
|
|
||||||
display: block !important;
|
|
||||||
margin-top: 3rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
img {
|
|
||||||
display: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-wrapper {
|
.content-wrapper {
|
||||||
|
|||||||
Reference in New Issue
Block a user