diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7056827..ed8889f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -195,4 +195,9 @@ footer { .logo { height: 4rem; } } +@media only screen and (max-height: 815px) { + .ef { + max-height: none !important; + min-height: none !important; } } + /*# sourceMappingURL=style.css.map */ \ No newline at end of file diff --git a/public/stylesheets/style.sass b/public/stylesheets/style.sass index 6bcb9c4..f45339d 100644 --- a/public/stylesheets/style.sass +++ b/public/stylesheets/style.sass @@ -206,12 +206,17 @@ footer @media only screen and (max-width: 575px) .aaa - min-height: 47vh !important + min-height: 40vh !important .aaaa - margin-top: 5vh !important + margin-top: 3vh !important .ef max-height: none !important min-height: none !important .logo height: 4rem + +@media only screen and (max-height: 815px) + .ef + max-height: none !important + min-height: none !important