From 230c2245db5b7c5461cef99d98c2d1da2f1debda Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Mon, 17 Aug 2026 23:22:03 -0400 Subject: [PATCH] Match hero tagline slant to wordmark --- src/app/page.tsx | 4 +++- src/styles/globals.css | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c2e91c..31fbefd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -151,7 +151,9 @@ function Hero() { />

- Everything technical, handled. + + Everything technical, handled. +

diff --git a/src/styles/globals.css b/src/styles/globals.css index 0c030fd..6203d3b 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -237,6 +237,10 @@ body { filter: var(--hero-photo-filter); } +.hero-tagline { + font-style: oblique 12deg; +} + .racetix-photo { opacity: var(--racetix-photo-opacity); filter: var(--racetix-photo-filter);