diff --git a/themes/mytheme/assets/css/common/post-entry.css b/themes/mytheme/assets/css/common/post-entry.css index 81d02cd..80fa530 100644 --- a/themes/mytheme/assets/css/common/post-entry.css +++ b/themes/mytheme/assets/css/common/post-entry.css @@ -2,7 +2,6 @@ scroll-snap-type: y mandatory; } - .posts-entry-div { scroll-snap-align: start; } @@ -14,8 +13,8 @@ flex-direction: column; justify-content: center; min-height: 320px; - height: calc(100vh - var(--header-height) - var(--gap) * 3); - margin: 0 0 calc(var(--gap) * 2) calc(var(--gap) * 2); + height: calc(100vh - var(--header-height) - var(--gap) * 2); + margin: 0 0 0 calc(var(--gap) * 2); } .first-entry .entry-header {