Skip to content

Commit 0f8e928

Browse files
committed
fix(frontend): login page font consistency
1 parent 127c7e3 commit 0f8e928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/login.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<h2 class="text-3xl md:text-5xl font-black">Login</h2>
77
<h3
88
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"
9+
class="underline underline-offset-4 decoration-grayscale-800 font-light text-lg text-grayscale-800 cursor-pointer"
1010
@click="formIsEmail = !formIsEmail"
1111
>
1212
Using a username?

0 commit comments

Comments
 (0)