From cae29d9f64b9fd652a08e19ad88c6cd3526e8b07 Mon Sep 17 00:00:00 2001 From: Morgan Date: Mon, 30 Oct 2023 09:37:18 +0900 Subject: [PATCH] edited post --- themes/mytheme/assets/css/common/post-entry.css | 3 +++ 1 file changed, 3 insertions(+) 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;