diff --git a/style/main.css b/style/main.css index 83ead46..57f4b40 100644 --- a/style/main.css +++ b/style/main.css @@ -138,7 +138,7 @@ main{ overflow: hidden; #homeContent{ - height: 66vh; + min-height: 66vh; width: 100%; position:relative; z-index: 0; diff --git a/style/responsive.css b/style/responsive.css index a39f4b6..98600fc 100644 --- a/style/responsive.css +++ b/style/responsive.css @@ -36,7 +36,7 @@ main{ #homeContent{ - height: 77vh; + min-height: 77vh; grid-template-columns: 2fr 2fr 1fr; grid-template-rows: 0.7fr 2fr;