aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaran Jayachandra <karan.jayachandra@nxp.com>2023-10-04 15:59:02 +0200
committerKaran Jayachandra <karan.jayachandra@nxp.com>2023-10-04 15:59:02 +0200
commit8bf249d2ccc167611e34aa7ab81c6cc396a1804d (patch)
treed99064321ebc0a0bdc7cd26641f3f12653db9000
parented8ee732c6fb69686fca2ee1219196ff05efe7f4 (diff)
Changed the spacing of the blog post entries
-rw-r--r--layouts/partials/custom_head.html4
1 files changed, 4 insertions, 0 deletions
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;
+ }
</style>
{{ if .Params.math }}{{ partial "katex.html" . }}{{ end }} \ No newline at end of file