fix all text scale

This commit is contained in:
Jesse Winton
2024-09-05 16:21:28 -04:00
parent 686a0d5254
commit 6eb2ce7848
106 changed files with 458 additions and 521 deletions

View File

@@ -243,7 +243,7 @@
>
<h2
class="web-display web-u-color-text-primary"
class="text-display font-aeonik-pro text-primary"
transition:fly={{ y: 16, delay: 250 }}
>
Your backend, minus the hassle
@@ -285,11 +285,13 @@
width="32"
height="32"
/>
<span class="web-label">{copy.title}</span>
<span class="text-label">{copy.title}</span>
</h3>
{#if isActive}
<div transition:slide>
<h4 class="web-title">{copy.subtitle}</h4>
<h4 class="text-title font-aeonik-pro">
{copy.subtitle}
</h4>
<p>
{copy.description}
</p>