Skip to content

Commit

Permalink
modified navbar look for mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
vatssshivam committed Oct 19, 2023
1 parent e973223 commit 8c35905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavBar.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div :class="classes" :style="style">
<b-navbar class="container justify-content-center" toggleable="lg" :type="theme" variant="transparent">
<b-navbar class="container" toggleable="lg" :type="theme" variant="transparent">
<b-navbar-brand to="/">
<img id="masthead-logo" :src="logoUrl" alt="Galaxy Community Hub" height="30" />
</b-navbar-brand>
Expand Down

0 comments on commit 8c35905

Please sign in to comment.