Skip to content

Commit

Permalink
webapp: Vertically center Header/Logo Text
Browse files Browse the repository at this point in the history
  • Loading branch information
nkappler authored and tbnobody committed Jan 18, 2024
1 parent bfeb852 commit 41f3955
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webapp/src/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
<span v-else class="text-warning">
<BIconSun width="30" height="30" class="d-inline-block align-text-top" />
</span>
OpenDTU
<span style="vertical-align: middle;">
OpenDTU
</span>
</router-link>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup"
aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
Expand Down

0 comments on commit 41f3955

Please sign in to comment.