fix: make both articles sticky
This commit is contained in:
@@ -22,11 +22,8 @@
|
|||||||
min-width: 0;
|
min-width: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
}
|
|
||||||
|
|
||||||
.container>article:nth-child(2) {
|
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container>article>p {
|
.container>article>p {
|
||||||
|
|||||||
Reference in New Issue
Block a user