diff --git a/themes/mytheme/assets/css/common/post-entry.css b/themes/mytheme/assets/css/common/post-entry.css index 96280c4..81d02cd 100644 --- a/themes/mytheme/assets/css/common/post-entry.css +++ b/themes/mytheme/assets/css/common/post-entry.css @@ -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;