Skip to content

Commit

Permalink
Improve brand alignment padding
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Jun 28, 2024
1 parent 9766387 commit 3255601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Masthead/Masthead.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ onMounted(() => {
<img alt="logo" :src="withPrefix(logoSrc)" />
<img v-if="logoSrcSecondary" alt="logo" :src="withPrefix(logoSrcSecondary)" />
</BNavbarBrand>
<span v-if="brand" class="navbar-text px-2">
<span v-if="brand" class="navbar-text py-0 px-2">
{{ brand }}
</span>
</BNavbarNav>
Expand Down

0 comments on commit 3255601

Please sign in to comment.