diff options
| author | Shulhan <ms@kilabit.info> | 2022-03-04 23:02:21 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-03-04 23:10:00 +0700 |
| commit | 753642c8297e2a7ba419fef02588d36a99207101 (patch) | |
| tree | 9f28f7eb00a6b3851f8afb21f82393939b824402 | |
| parent | 0d599952507e22339cd81fe2f8668aa44218ecab (diff) | |
| download | ciigo-753642c8297e2a7ba419fef02588d36a99207101.tar.xz | |
all: add 1em to the bottom margin of paragraph under list
This is to make the list content readable and indistinguishable,
especially when we have many list items with paragraphs.
| -rw-r--r-- | embedded_css.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/embedded_css.go b/embedded_css.go index 02555be..d19d000 100644 --- a/embedded_css.go +++ b/embedded_css.go @@ -191,6 +191,14 @@ dd { margin: 2.5rem 0; } +.ulist li .paragraph { + margin-bottom: 1em; +} + +.ulist li .paragraph { + margin-bottom: 1em; +} + /** Custom classes */ #toctitle { display: none; |
