mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-06 04:22:07 +00:00
fix all text scale
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user