From 6d44fcc00c2ec70bdb139d72156c0b69558cbf3d Mon Sep 17 00:00:00 2001 From: Jan-Niclas Fenger Date: Thu, 13 Mar 2025 16:43:37 +0100 Subject: [PATCH] Fixed style.css at "section > h2{}" part --- 4-layout/24-sticky-elements/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4-layout/24-sticky-elements/styles.css b/4-layout/24-sticky-elements/styles.css index 839dea3..ee3c5a3 100644 --- a/4-layout/24-sticky-elements/styles.css +++ b/4-layout/24-sticky-elements/styles.css @@ -51,7 +51,7 @@ footer > p { section > h2 { border-bottom: 0.5px solid grey; position: sticky; - top: 103px; + top: 133px; } #story-section {