diff options
Diffstat (limited to 'layouts/partials')
| -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 |
