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);