Skip to content

Commit

Permalink
Fix horizontal margins with a new way
Browse files Browse the repository at this point in the history
  • Loading branch information
iLtc committed Jan 9, 2017
1 parent 26c2108 commit 02f5f96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 4 additions & 2 deletions _layouts/page.html
Expand Up @@ -2,8 +2,10 @@
layout: default
---
<div class="container">
<div class="page-header">
<h1>{{ page.header }}</h1>
<div class="row">
<div class="page-header col-md-12">
<h1>{{ page.header }}</h1>
</div>
</div>

<div class="row">
Expand Down
6 changes: 0 additions & 6 deletions css/main.css
Expand Up @@ -55,12 +55,6 @@ body{
background-color: #6FAB20;
}

@media (min-width: 768px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
margin-left: 0px;
}
}

/* Navbar end */

/* Jumbotron start */
Expand Down

0 comments on commit 02f5f96

Please sign in to comment.