fix: make both articles sticky

This commit is contained in:
Stevan Freeborn
2023-04-21 17:54:34 -05:00
parent c2db81f3f3
commit d50cfa8cf1
+1 -4
View File
@@ -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 {