We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94bfb50 commit bc092b6Copy full SHA for bc092b6
frontend/src/components/app/settings/MenuButton.vue
@@ -1,7 +1,7 @@
1
<template>
2
<!-- eslint-disable max-len -->
3
<div class="flex w-full mx-auto cursor-pointer md:hover:bg-purple-300">
4
- <h1 class="text-gray-matcha py-6 md:py-4 md:py-2 text-xl md:text-base w-full md:w-auto text-center md:text-left">{{text}}</h1>
+ <h1 class="text-gray-matcha py-6 md:py-4 md:py-2 text-xl md:text-base w-full md:w-auto text-center mx-auto">{{text}}</h1>
5
</div>
6
</template>
7
0 commit comments