Fix mobile header of collection

This commit is contained in:
Fabiano 2018-07-02 09:37:07 -03:00
parent 3e73b46fd3
commit 3c4758319a
1 changed files with 4 additions and 0 deletions

View File

@ -280,6 +280,10 @@ form{
align-self: center;
}
&.t-bg-collection{
@media only screen and (max-width: 576px){
align-self: flex-end;
margin-bottom: 0 !important;
}
@media only screen and (min-width: 768px){
margin-bottom: 0;
}