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

@@ -11,7 +11,7 @@
<div class="container">
<div class="web-hero" style="--hero-gap:1.25rem;">
<span class="web-badges web-eyebrow !text-white">{$page.status}</span>
<h1 class="web-headline web-u-color-text-primary">
<h1 class="text-headline font-aeonik-pro text-primary">
{$page.error?.message ?? 'An error has occured'}
</h1>
{#if $page.status === 404}