edited post

This commit is contained in:
Morgan 2023-10-30 09:34:34 +09:00
parent a7f81c903e
commit 001a9aea95
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,10 @@
.main {
scroll-snap-type: y mandatory;
}
.posts-entry-div {
scroll-snap-align: start;
}
.first-entry {
position: relative;
display: flex;

View File

@ -49,7 +49,7 @@
{{- partial "home_info.html" . }}
{{- end }}
<div class="posts-entry-div">
{{- $term := .Data.Term }}
{{- range $index, $page := $paginator.Pages }}
@ -109,5 +109,6 @@
{{- end }}
{{- end }}{{/* end profileMode */}}
</div>
{{- end }}{{- /* end main */ -}}