Adjusting media query for modal

This commit is contained in:
rootcoma 2013-12-01 22:02:18 -08:00
parent 9702099002
commit 5d5fe139c3
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ body {
max-height: 340px;
}
}
@media screen and (max-height: 500px) {
@media screen and (max-height: 520px) {
.modal-body {
max-height: 260px;
}