From 093c87d15623dcfad5768cd85ea510c0c45a9217 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Tue, 24 Mar 2020 22:56:22 +0100 Subject: [PATCH] Place: Add a max-height to the illustration --- src/style/pages/_place.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/style/pages/_place.scss b/src/style/pages/_place.scss index d801f65..fa76e97 100644 --- a/src/style/pages/_place.scss +++ b/src/style/pages/_place.scss @@ -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;