diff --git a/src/app/home/home.component.css b/src/app/home/home.component.css index 0e44c53..d5b5f90 100644 --- a/src/app/home/home.component.css +++ b/src/app/home/home.component.css @@ -120,6 +120,7 @@ .stack-slider { height: 65%; + min-height: 425px; } @@ -138,3 +139,14 @@ height: 30%; } } + +@media only screen and (max-height: 750px) { + .stack-section { + height: fit-content; + } + + .stack-slider { + height: fit-content; + /*min-height: 425px;*/ + } +}