From c58b5c22505e0776160615a61d8792267ddc4704 Mon Sep 17 00:00:00 2001 From: "Ozzy (AI Assistant)" Date: Mon, 27 Jul 2026 20:20:49 +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; }