Fix align div of title in tablet

This commit is contained in:
Fabiano Alencar 2018-11-27 15:49:32 -02:00
parent a515d9f81d
commit 23d2beea9d
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ nav{
height: 400px; height: 400px;
> div { > div {
&.ph-title-description{ &.ph-title-description{
@media only screen and (min-width: 768px){ @media only screen and (min-width: 577px){
margin-bottom: 3.75rem; margin-bottom: 3.75rem;
} }
} }