Skip to content

Commit

Permalink
Fix LoginDetails alignment when unverified user is login
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminCharmes committed Nov 4, 2024
1 parent 509f04f commit 86706df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<img v-else class="logo-banner" :src="logo_url" />
</div>

<div class="row justify-content-center pt-3">
<div class="container d-flex flex-column align-items-center pt-3">
<LoginDetails />
</div>

Expand Down

0 comments on commit 86706df

Please sign in to comment.