Skip to content

Commit

Permalink
header flex fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-101 committed Jul 16, 2018
1 parent 03bfb0e commit a968398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/BaelHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

</div>
<div v-show="blogtitle" class="c-12 xs-border-top xs-border-bottom xs-p2 xs-text-6 titlebar">
<div class="item xs-flex">
<div class="item">
<nuxt-link to="/" exact>Home</nuxt-link>
<span v-if="thecrumb">&nbsp;
<span class="text-gray-lightest"> > </span> {{thecrumb}} </span> &nbsp;
Expand Down

0 comments on commit a968398

Please sign in to comment.