edited post

This commit is contained in:
Morgan 2023-10-30 09:37:18 +09:00
parent 001a9aea95
commit cae29d9f64
1 changed files with 3 additions and 0 deletions

View File

@ -2,10 +2,13 @@
scroll-snap-type: y mandatory;
}
.posts-entry-div {
scroll-snap-align: start;
}
.first-entry {
scroll-snap-align: start;
position: relative;
display: flex;
flex-direction: column;