Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Commit

Permalink
ローディングの文字を小さくする (#170)
Browse files Browse the repository at this point in the history
Co-authored-by: sayako21 <>
  • Loading branch information
sayako21 authored Nov 23, 2023
1 parent a21a26d commit 07681bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Loading.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</div>
<p
class="font-bold text-white text-center"
style="position: relative; top: 74px; font-size: 1.25em"
style="position: relative; top: 74px; font-size: 0.9em"
>
{{ LoadingText }}
</p>
Expand Down

0 comments on commit 07681bb

Please sign in to comment.