diff --git a/404.php b/404.php index d242178..2e1e2e3 100644 --- a/404.php +++ b/404.php @@ -22,7 +22,7 @@
-
Error 404
+
Error 404

Not
Found

This page doesn't exist. It probably never did.

diff --git a/css/style.css b/css/style.css index 1a0d460..1551c9d 100644 --- a/css/style.css +++ b/css/style.css @@ -126,15 +126,11 @@ a { box-shadow: var(--shadow); } -.hero-label { - font-family: var(--mono); - font-size: 0.85rem; - text-transform: uppercase; +.hero .section-label { background: var(--accent); color: var(--black); - display: inline-block; + font-size: 0.85rem; padding: 4px 12px; - font-weight: 900; margin-bottom: 2rem; width: fit-content; } @@ -322,8 +318,8 @@ a { } .service-row-title { - font-family: 'Archivo Black', sans-serif; - font-size: clamp(2.5rem, 6vw, 6rem); + font-family: var(--mono), serif; + font-size: clamp(3rem, 8vw, 8rem); font-weight: 900; text-transform: uppercase; color: #ffffff; @@ -372,6 +368,10 @@ a { .service-row-arrow { display: none; } + + .service-row-title { + font-size: clamp(2rem, 10vw, 3rem); + } } /* ======================================== diff --git a/includes/cs_header.php b/includes/cs_header.php index c64bb4f..38e9d1d 100644 --- a/includes/cs_header.php +++ b/includes/cs_header.php @@ -27,7 +27,7 @@ require __DIR__ . '/header.php';
-
Case Study —
+