edited post
This commit is contained in:
parent
001a9aea95
commit
cae29d9f64
|
@ -2,10 +2,13 @@
|
||||||
scroll-snap-type: y mandatory;
|
scroll-snap-type: y mandatory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.posts-entry-div {
|
.posts-entry-div {
|
||||||
scroll-snap-align: start;
|
scroll-snap-align: start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.first-entry {
|
.first-entry {
|
||||||
|
scroll-snap-align: start;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Reference in New Issue