Skip to content

Commit

Permalink
feat: make font smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-guan committed Jul 19, 2023
1 parent 3c0d22b commit 29c0e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/dashboard/surveys/[id]/print.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ useSeoMeta({

<template>
<div class="h-4/5 flex flex-col items-center justify-center">
<h1 class="text-6xl font-bold">
<h1 class="text-center text-5xl font-bold">
{{ survey?.title }}
</h1>
<br>
Expand Down

0 comments on commit 29c0e18

Please sign in to comment.