mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-22 17:56:43 +02:00
chore: update text size to lg
This commit is contained in:
@@ -41,7 +41,7 @@ onMounted(() => {
|
|||||||
@mouseenter="isPaused = true"
|
@mouseenter="isPaused = true"
|
||||||
@mouseleave="isPaused = false"
|
@mouseleave="isPaused = false"
|
||||||
>
|
>
|
||||||
<p class="w-full tracking-wide fade-text text-xl">
|
<p class="w-full tracking-wide fade-text text-lg">
|
||||||
<transition name="fade" mode="out-in">
|
<transition name="fade" mode="out-in">
|
||||||
<a
|
<a
|
||||||
:key="index"
|
:key="index"
|
||||||
@@ -51,7 +51,7 @@ onMounted(() => {
|
|||||||
>
|
>
|
||||||
<span class="font-semibold">{{ taglines[index].label }}</span>
|
<span class="font-semibold">{{ taglines[index].label }}</span>
|
||||||
<button
|
<button
|
||||||
class="bg-[#1E1A2E] shrink-0 text-xl rounded-lg p-1.5 px-4 font-semibold tracking-wide"
|
class="bg-[#1E1A2E] shrink-0 text-lg rounded-lg p-1.5 px-4 font-semibold tracking-wide"
|
||||||
>
|
>
|
||||||
Try now
|
Try now
|
||||||
</button>
|
</button>
|
||||||
|
Reference in New Issue
Block a user