Skip to content

Commit

Permalink
fix: navbar text should disappear at md-breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
smellyshovel committed Jul 25, 2019
1 parent 268a8c6 commit 5c33d4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/admin/app-navbar/AppNavbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ export default {
margin: auto 0 auto .75rem;
}
}
@include media-breakpoint-down(md) {
@at-root .va-navbar__text {
display: none !important;
}
}
@include media-breakpoint-down(sm) {
&__button {
display: none !important;
Expand Down

0 comments on commit 5c33d4c

Please sign in to comment.