From 8594393664d76d26446d31ebb4ccee4f1eff35c2 Mon Sep 17 00:00:00 2001 From: oliver Date: Sun, 3 May 2026 05:50:54 -0300 Subject: [PATCH] fix: hero image visibility and article modal vertical scrolling --- index.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 7827fdf..7a80c70 100644 --- a/index.html +++ b/index.html @@ -429,7 +429,7 @@ height: 100%; object-fit: cover; object-position: center; - opacity: 0.18; + opacity: 0.45; } .hero-bg-wrap::after { @@ -439,13 +439,13 @@ background: radial-gradient( circle at top right, - rgba(251, 140, 0, 0.2), - transparent 32% + rgba(251, 140, 0, 0.18), + transparent 40% ), linear-gradient( 135deg, - rgba(239, 235, 233, 0.84), - rgba(239, 235, 233, 0.96) + rgba(239, 235, 233, 0.55), + rgba(239, 235, 233, 0.72) ); } @@ -1884,6 +1884,7 @@ padding: 28px 40px 40px; overflow-y: auto; flex: 1; + min-height: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; line-height: 1.85;