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 {
 | 
					.first-entry {
 | 
				
			||||||
    position: relative;
 | 
					    position: relative;
 | 
				
			||||||
    display: flex;
 | 
					    display: flex;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -49,7 +49,7 @@
 | 
				
			||||||
{{- partial "home_info.html" . }}
 | 
					{{- partial "home_info.html" . }}
 | 
				
			||||||
{{- end }}
 | 
					{{- end }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="posts-entry-div">
 | 
				
			||||||
{{- $term := .Data.Term }}
 | 
					{{- $term := .Data.Term }}
 | 
				
			||||||
{{- range $index, $page := $paginator.Pages }}
 | 
					{{- range $index, $page := $paginator.Pages }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -109,5 +109,6 @@
 | 
				
			||||||
{{- end }}
 | 
					{{- end }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{{- end }}{{/* end profileMode */}}
 | 
					{{- end }}{{/* end profileMode */}}
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{{- end }}{{- /* end main */ -}}
 | 
					{{- end }}{{- /* end main */ -}}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue