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 {