From 8bf249d2ccc167611e34aa7ab81c6cc396a1804d Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Wed, 4 Oct 2023 15:59:02 +0200 Subject: Changed the spacing of the blog post entries --- layouts/partials/custom_head.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'layouts/partials') diff --git a/layouts/partials/custom_head.html b/layouts/partials/custom_head.html index b572e09..b8ee102 100644 --- a/layouts/partials/custom_head.html +++ b/layouts/partials/custom_head.html @@ -3,6 +3,10 @@ width: 100%; height: auto; } + + ul.blog-posts li { + padding: 20px; + } {{ if .Params.math }}{{ partial "katex.html" . }}{{ end }} \ No newline at end of file -- cgit v1.3.1