revised page header banner and navbar top header.

This commit is contained in:
Fabiano 2018-06-20 14:25:15 -03:00
parent 7d44936601
commit 9db1ba2f80
1 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,9 @@ nav{
button{
font-size: 12px;
padding-right: 1.875rem !important;
@media only screen and (max-width: 576px){
padding-right: 0.875rem !important;
}
&:last-child{
padding-right: 0.25rem !important;
}
@ -223,6 +226,9 @@ form{
}
&.page-height{
height: 400px;
@media only screen and (max-width: 576px){
height: 200px;
}
}
.title-header{
display: inline-block;