Add padding to header
This commit is contained in:
parent
73958c3d95
commit
06b46cd639
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ footer {
|
|||
.jumbotron.header {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 0;
|
||||
margin-bottom: 0;
|
||||
margin-bottom: 15px;
|
||||
background-color: @body-bg;
|
||||
@media (max-width: @screen-xs-max) {
|
||||
padding-top: 50px;
|
||||
|
|
Reference in a new issue