fix: make both articles sticky
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user