Skip to content

Commit

Permalink
fix: text size homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
nxhawk committed Jun 23, 2024
1 parent bf89fc3 commit 1950d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EditorChoicePost.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<router-link
:to="{ name: 'do-exercise', params: { exerciseId: props.slug } }"
class="md:text-[0.5rem] md:uppercase md:text-xl text-base font-bold md:text-green-500 !leading-[0rem]"
class="md:text-[0.5rem] md:uppercase text-base font-bold md:text-green-500 !leading-[0rem]"
>
{{ props.title }}
</router-link>
Expand Down

0 comments on commit 1950d92

Please sign in to comment.