Fix mobile header of collection
This commit is contained in:
parent
3e73b46fd3
commit
3c4758319a
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue