Fix more for open to bottom

This commit is contained in:
Fabiano 2018-08-29 11:26:20 -03:00
parent 0548e0f02f
commit 6c440840cf
1 changed files with 3 additions and 2 deletions

View File

@ -315,9 +315,10 @@ nav{
}
}
&.page-collection{
height: 400px !important;
height: auto;
padding-top: 250px;
@media only screen and (max-width: 576px){
height: 200px !important;
padding-top: 89.62px;
}
}
&.page-height{