height fix

This commit is contained in:
Kris 2018-11-08 16:06:17 -05:00
parent 910856cce5
commit 667af9debd
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
box-sizing: border-box;
padding: 15px;
margin-bottom: 5px;
max-height: 450px;
max-height: 475px;
@media screen and (max-height: 768px) {
max-height: 60vh;
}