From 5c7078c10fb27b3f1a1192e4f7465e61745d2897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Avijit=20=F0=9F=9A=80?= <526avijit@gmail.com> Date: Sat, 29 May 2021 14:08:53 +0200 Subject: [PATCH] Update class name and center align list title --- themes/gokarna/layouts/_default/list.html | 4 ++-- themes/gokarna/static/css/main.css | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/themes/gokarna/layouts/_default/list.html b/themes/gokarna/layouts/_default/list.html index 8fa40f6..25757a5 100644 --- a/themes/gokarna/layouts/_default/list.html +++ b/themes/gokarna/layouts/_default/list.html @@ -6,9 +6,9 @@ {{- partial "header.html" . -}}
-
+
-

All Posts

+

All Posts

2021

March

diff --git a/themes/gokarna/static/css/main.css b/themes/gokarna/static/css/main.css index 1b0048b..6097ae5 100644 --- a/themes/gokarna/static/css/main.css +++ b/themes/gokarna/static/css/main.css @@ -128,15 +128,15 @@ html { margin-top: 50px; } -.all-posts .all-posts-title { +.list-posts .list-posts-title { text-align: right; } -.all-posts .posts-year { +.list-posts .posts-year { margin-top: 40px; } -.all-posts .post-title { +.list-posts .post-title { margin: 10px 0; }