Fixed mobile title alignment

This commit is contained in:
Fabiano 2018-08-01 11:58:39 -03:00
parent a8f14c39b3
commit 3172aaf382
1 changed files with 4 additions and 1 deletions

View File

@ -271,6 +271,7 @@ form{
}
@media only screen and (max-width: 576px){
margin-bottom: 1.5625rem !important;
align-self: flex-end;
}
.title-header{
@media only screen and (width: 768px){padding-top: 1rem !important;}
@ -327,7 +328,9 @@ form{
}
@media only screen and (max-width: 576px){
max-height: 50px;
padding: 0 1.3rem 0 4.16666666667%;
//padding: 0 1.3rem 0 4.16666666667%;
padding: 1rem;
padding-top: 0.8rem;
}
h1{
color: #000;