WIP
This commit is contained in:
5
dist/app.css
vendored
5
dist/app.css
vendored
@@ -12218,6 +12218,11 @@ section.side-by-side-text h2, section.side-by-side-text .h2 {
|
||||
.text-over-image-a .content-wrapper .content {
|
||||
color: #fff;
|
||||
}
|
||||
@media (max-width: 767.98px) {
|
||||
.text-over-image-a .col:last-of-type {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.text-over-image-b {
|
||||
background-position: center;
|
||||
|
||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"/app.js": "/app.js?id=e87e05bd26822b1fc6dae092decfb838",
|
||||
"/app.css": "/app.css?id=fefc9ed4a79cc3f82f483846c92a6126"
|
||||
"/app.css": "/app.css?id=8a13ab0b4b1eb36e057ec8312614db54"
|
||||
}
|
||||
|
||||
@@ -12,4 +12,10 @@
|
||||
color: $c-white;
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(md) {
|
||||
.col:last-of-type {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user