Skip to content

Commit

Permalink
Fix background color issue on the app menu on mobile widths (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
ST215 authored Sep 6, 2022
1 parent 33a031f commit 1ff3993
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/nav-bar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,9 @@ export default {
}
}
</script>

<style lang="sass">
.navbar-end
background-color: #2284a1
</style>

0 comments on commit 1ff3993

Please sign in to comment.