From d50cfa8cf1e843d97ac45cb6d5c933ae406670ee Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Fri, 21 Apr 2023 17:54:34 -0500 Subject: [PATCH] fix: make both articles sticky --- src/app/components/Section.module.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/app/components/Section.module.css b/src/app/components/Section.module.css index e7a9be6..ebad336 100644 --- a/src/app/components/Section.module.css +++ b/src/app/components/Section.module.css @@ -22,11 +22,8 @@ min-width: 0; width: 100%; max-width: 600px; -} - -.container>article:nth-child(2) { position: sticky; - top: 0; + top: 5rem; } .container>article>p {