diff options
| author | Karan Jayachandra <karan.jayachandra@nxp.com> | 2023-10-04 15:59:02 +0200 |
|---|---|---|
| committer | Karan Jayachandra <karan.jayachandra@nxp.com> | 2023-10-04 15:59:02 +0200 |
| commit | 8bf249d2ccc167611e34aa7ab81c6cc396a1804d (patch) | |
| tree | d99064321ebc0a0bdc7cd26641f3f12653db9000 /layouts | |
| parent | ed8ee732c6fb69686fca2ee1219196ff05efe7f4 (diff) | |
Changed the spacing of the blog post entries
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/partials/custom_head.html | 4 |
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 |
