From 886953b5bf0c8b79ec0aa3c5a8dc12f6d67794de Mon Sep 17 00:00:00 2001 From: Jonas_Jones Date: Sat, 7 Jun 2025 23:28:10 +0200 Subject: [PATCH] fixed sub-header line width --- src/routes/+page.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/routes/+page.css b/src/routes/+page.css index cbbf7be..6a7aa6a 100644 --- a/src/routes/+page.css +++ b/src/routes/+page.css @@ -132,9 +132,10 @@ a:hover { .hr-sub-header-line { width: 50rem; + max-width: 95%; height: 1px; margin: 2rem 0; - margin-top: -3.5rem; + margin-top: -2.5rem; } .hr-line {