We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 127c7e3 commit 0f8e928Copy full SHA for 0f8e928
pages/login.vue
@@ -6,7 +6,7 @@
6
<h2 class="text-3xl md:text-5xl font-black">Login</h2>
7
<h3
8
v-if="formIsEmail === true"
9
- class="underline underline-offset-4 decoration-grayscale-800 font-light text-lg md:text-xl text-grayscale-800 cursor-pointer"
+ class="underline underline-offset-4 decoration-grayscale-800 font-light text-lg text-grayscale-800 cursor-pointer"
10
@click="formIsEmail = !formIsEmail"
11
>
12
Using a username?
0 commit comments