diff --git a/404.php b/404.php index 8095fe1..bab50bb 100644 --- a/404.php +++ b/404.php @@ -3,9 +3,9 @@ get_header(); ?>
-

-

-

+

+

+

diff --git a/style.css b/style.css index 42fc3db..f62898f 100644 --- a/style.css +++ b/style.css @@ -324,6 +324,11 @@ h4 { margin: 0; font-size: clamp(2rem, 1.35rem + 2.5vw, 3.5rem); } +.error-title { + margin: 0; + font-size: clamp(4rem, 2.7rem + 5vw, 7rem); + font-feature-settings: "ss05" 1, "liga" 1; +} .archive-description { color: var(--muted); }