edited post
This commit is contained in:
		
							parent
							
								
									a7f81c903e
								
							
						
					
					
						commit
						001a9aea95
					
				| 
						 | 
				
			
			@ -1,3 +1,10 @@
 | 
			
		|||
.main {
 | 
			
		||||
    scroll-snap-type: y mandatory;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.posts-entry-div {
 | 
			
		||||
    scroll-snap-align: start;
 | 
			
		||||
}
 | 
			
		||||
.first-entry {
 | 
			
		||||
    position: relative;
 | 
			
		||||
    display: flex;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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 */ -}}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue