From 7a450226d61e5e78bad59152503aed81466d1abf Mon Sep 17 00:00:00 2001 From: "Ozzy (AI Assistant)" Date: Mon, 27 Jul 2026 20:20:52 +0000 Subject: [PATCH] Widen hero paragraph to 720px --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index ce506d1..cba5f5b 100644 --- a/css/style.css +++ b/css/style.css @@ -127,7 +127,7 @@ body { .hero p { font-size: 1.125rem; opacity: 0.9; - max-width: 600px; + max-width: 720px; margin: 0 auto; position: relative; }