From b43e3bcbbd34f492f4514c8ce7b00386e28400ec Mon Sep 17 00:00:00 2001 From: Jake Runyan Date: Sat, 11 Jan 2025 11:16:40 -0800 Subject: [PATCH] Styling --- src/App.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/App.css b/src/App.css index 817665b..9802dcd 100644 --- a/src/App.css +++ b/src/App.css @@ -44,6 +44,18 @@ nav ul li a:hover { z-index: 2; } +.home-content h1 { + font-size: 4vw; + font-weight: bold; + margin: 0; +} + +.home-content p { + font-size: 1vw; + font-weight: bold; + margin: 0; +} + .background-video { position: absolute; top: 50%;