Place: Add a max-height to the illustration
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
max-height: 768px;
|
||||||
padding: pxVW(350) 0 pxVW(200);
|
padding: pxVW(350) 0 pxVW(200);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
@@ -23,6 +24,7 @@
|
|||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
padding: pxVW(208) 0 pxVW(320);
|
padding: pxVW(208) 0 pxVW(320);
|
||||||
height: auto;
|
height: auto;
|
||||||
|
max-height: none;
|
||||||
}
|
}
|
||||||
@include breakpoint (xxl) {
|
@include breakpoint (xxl) {
|
||||||
padding-top: 240px;
|
padding-top: 240px;
|
||||||
|
|||||||
Reference in New Issue
Block a user