From df0680e7566b17b65572097c3ea9cf92e4d59c1d Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Mon, 6 May 2024 12:24:42 +0200 Subject: [PATCH] Align "All Posts" button to the right --- sass/style.scss | 2 ++ templates/index.html | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sass/style.scss b/sass/style.scss index 76ea734..afc8d89 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -201,6 +201,8 @@ main { font-family: spectral, serif; font-size: 1rem; } + + .all-posts { text-align: right } } a { diff --git a/templates/index.html b/templates/index.html index 82a45ef..ce3f721 100644 --- a/templates/index.html +++ b/templates/index.html @@ -39,7 +39,9 @@
{% block content %} {{ macros::list_posts(section="posts", count=config.extra.latest_posts_count) }} - All Posts » + {% endblock %}