Place: Add a max-height to the illustration

This commit is contained in:
2020-03-24 22:56:22 +01:00
parent 63f8cd1ae3
commit 093c87d156

View File

@@ -11,6 +11,7 @@
flex-direction: column;
justify-content: center;
align-items: center;
max-height: 768px;
padding: pxVW(350) 0 pxVW(200);
text-align: center;
@@ -23,6 +24,7 @@
align-items: flex-end;
padding: pxVW(208) 0 pxVW(320);
height: auto;
max-height: none;
}
@include breakpoint (xxl) {
padding-top: 240px;