Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 6535229

Browse files
style: improve expertise category text size
1 parent 23d8463 commit 6535229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/index/ExpertiseCategory.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class="lg:mx-6 lg:w-1/3 leading-tight lg:border-t-0"
55
>
66
<div class="lg:ml-8 p-4">
7-
<h3 class="my-2 text-center font-normal" v-text="title" />
7+
<h3 class="my-2 text-center font-normal text-2xl" v-text="title" />
88
<div class="lg:flex justify-center">
99
<ul class="list-reset">
1010
<!-- eslint-disable-next-line vue/no-v-html -->

0 commit comments

Comments
 (0)