WIP
This commit is contained in:
5
dist/app.css
vendored
5
dist/app.css
vendored
@@ -12336,6 +12336,7 @@ section.multiblock-callout .left-image {
|
||||
aspect-ratio: 1.5;
|
||||
margin-bottom: 2rem;
|
||||
width: calc(100vw - 5rem);
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
section.multiblock-callout .callouts-wrapper .callout {
|
||||
@@ -12389,8 +12390,8 @@ section.flex-5050-cta img {
|
||||
section.flex-5050-cta .overflow-image {
|
||||
position: absolute;
|
||||
top: 5rem;
|
||||
left: 50%;
|
||||
width: 50%;
|
||||
left: 55%;
|
||||
width: 45%;
|
||||
height: calc(100% - 10rem);
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
|
||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
|
||||
"/app.css": "/app.css?id=b0e9a5c3b890d6cca62fab291479ca8d"
|
||||
"/app.css": "/app.css?id=12049915fa65f397a188c52216f921f3"
|
||||
}
|
||||
|
||||
@@ -21,8 +21,8 @@ section.flex-5050-cta {
|
||||
.overflow-image {
|
||||
position: absolute;
|
||||
top: 5rem;
|
||||
left: 50%;
|
||||
width: 50%;
|
||||
left: 55%;
|
||||
width: 45%;
|
||||
height: calc(100% - 10rem);
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
|
||||
@@ -17,6 +17,7 @@ section.multiblock-callout {
|
||||
aspect-ratio: 1.5;
|
||||
margin-bottom: 2rem;
|
||||
width: calc(100vw - 5rem);
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user