Align "All Posts" button to the right
This commit is contained in:
		@@ -201,6 +201,8 @@ main {
 | 
				
			|||||||
		font-family: spectral, serif;
 | 
							font-family: spectral, serif;
 | 
				
			||||||
		font-size: 1rem;
 | 
							font-size: 1rem;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						.all-posts { text-align: right }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
a {
 | 
					a {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -39,7 +39,9 @@
 | 
				
			|||||||
		<main>
 | 
							<main>
 | 
				
			||||||
			{% block content %}
 | 
								{% block content %}
 | 
				
			||||||
				{{ macros::list_posts(section="posts", count=config.extra.latest_posts_count) }}
 | 
									{{ macros::list_posts(section="posts", count=config.extra.latest_posts_count) }}
 | 
				
			||||||
				<a href="{{ get_url(path="/posts/") }}">All Posts »</a>
 | 
									<div class="all-posts">
 | 
				
			||||||
 | 
										<a href="{{ get_url(path="/posts/") }}">All Posts »</a>
 | 
				
			||||||
 | 
									</div>
 | 
				
			||||||
			{% endblock %}
 | 
								{% endblock %}
 | 
				
			||||||
		</main>
 | 
							</main>
 | 
				
			||||||
	</div>
 | 
						</div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user