Skip to content

Commit

Permalink
fix(style): margin top added to manager view
Browse files Browse the repository at this point in the history
  • Loading branch information
jvJUCA committed Feb 9, 2024
1 parent 02cbedc commit 30ea108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/admin/ManagerView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<v-col class="text-div">
<div
v-if="accessLevel == 0"
class="display-3 mb-4 white--text mobile-center"
class="display-3 mt-7 mb-4 white--text mobile-center"
style="font-size: 60px; font-weight: 500"
>
{{ $t('titles.manager') }}
Expand Down

0 comments on commit 30ea108

Please sign in to comment.