Skip to content

Commit

Permalink
edited navbar style
Browse files Browse the repository at this point in the history
  • Loading branch information
B4rtware committed Jun 11, 2018
1 parent a712d57 commit de11e7d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/Navbar.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<nav class="navbar navbar-expand-lg navbar-primary bg-secondary fixed-top">
<nav class="navbar navbar-expand-lg bg-primary fixed-top">
<a class="navbar-brand" href="#">Y&D Learning</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<fa-icon icon="bars"/>
Expand Down Expand Up @@ -65,6 +65,10 @@ export default {
.navbar {
height: $ydl-header-height;
a {
color: #ffffff;
}
@include media-breakpoint-down(md) {
height: auto;
}
Expand Down

0 comments on commit de11e7d

Please sign in to comment.