remove max-height rule, it was messing up display of front page

was targetting .ember-view which is huge.
This commit is contained in:
Sam 2015-12-20 18:27:10 +11:00
parent 33df5372f6
commit 2470a0adbe
1 changed files with 0 additions and 14 deletions

View File

@ -1026,17 +1026,3 @@ and (max-width : 767px) {
}
}
@media all
and (max-height: 700px) {
.topic-body{
padding-bottom:0px;
margin-bottom:-15px;
}
.ember-view{
margin-bottom: 10px;
}
nav.post-controls{
margin-top: -18px;
}
}