Skip to content
Snippets Groups Projects
Commit 773bbac2 authored by rsl's avatar rsl
Browse files

change font size

parent 754daaab
No related branches found
Tags rt-3.8.8
No related merge requests found
......@@ -97,10 +97,10 @@
<div class="grid place-content-center">
<div class="flex justify-between items-baseline mb-16 select-none">
<div class="w-16"/>
<div class="text-center text-lg sm:text-xl text-gray-600 font-serif">
<div class="text-center text-base sm:text-xl text-gray-600 font-serif">
jyut6 ping3 lin6 zaap6
</div>
<div class="w-16 text-right text-lg">
<div class="w-16 text-right text-base">
<ClickableText text={'options'} on:click={() => showOptions = true}/>
</div>
</div>
......@@ -189,7 +189,7 @@
<div class="flex justify-between items-baseline mb-2">
<div class="w-16"/>
<div class="text-center text-xl text-gray-600">options</div>
<div class="w-16 text-right text-lg">
<div class="w-16 text-right text-base">
<ClickableText text={'close'} on:click={() => showOptions = false}/>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment