Skip to content

Commit

Permalink
Improve Navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
yousinix committed Feb 16, 2019
1 parent c15613e commit b5cc416
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/navbar.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<nav class="navbar navbar-expand-lg navbar-light">

<a class="navbar-brand" href="{{ site.baseurl }}/"><h4><b>{{ site.title }}</b></h4></a>
<a class="navbar-brand" href="{{ site.baseurl }}/"><h5><b>{{ site.title }}</b></h5></a>

<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
Expand Down
7 changes: 7 additions & 0 deletions _sass/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@
width: 100%!important;
}
}

.navbar-brand {
margin-bottom: -14px;
&::after {
margin-top: -.25em;
}
}

0 comments on commit b5cc416

Please sign in to comment.