Aligned page title; changed the font weight in the menu below the header

This commit is contained in:
Fabiano Alencar 2018-05-03 10:52:46 -03:00
parent df772b638f
commit 07f7c25455
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ nav{
&.menu-item{
a{
font-size: 14pt;
font-weight: 400;
font-weight: 500;
&::after{
color: #298596;
}
@ -174,7 +174,7 @@ form{
}
@media screen {
@media (min-width: 992px) {
padding: 0 2rem;
padding: 0 1rem 0 2rem;
}
}
}