Fix spacing in 1800+ width screen

This commit is contained in:
Fabiano 2018-06-25 16:08:17 -03:00
parent cfa81ac8ee
commit 7c645585bb
1 changed files with 7 additions and 6 deletions

View File

@ -339,12 +339,8 @@ footer{
.max-large{
overflow-x: hidden;
max-width: 1400px;
.tainacan-title{
padding: 0 1.8rem;
}
.tainacan-single-post{
padding: 0 1.8rem;
}
margin-left: auto !important;
margin-right: auto !important;
}
.navbar{
> .pr-lg-5{
@ -358,4 +354,9 @@ footer{
}
}
} */
.page-header{
.title-header{
padding-left: 12.5rem !important;
}
}
}