summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-01-31 01:12:16 +0700
committerShulhan <m.shulhan@gmail.com>2020-01-31 01:12:16 +0700
commit5b99c6fa1b0306d429b5e57b502d275fcba4d6ba (patch)
treea1f7ba6e4be5f56d1549b0fa84673d898c001172
parentf9811430c59c956d503ee9f0f7cc31d609204438 (diff)
downloadgolang-id-web-5b99c6fa1b0306d429b5e57b502d275fcba4d6ba.tar.xz
assets: kecilkan ruang antara _bullet point_
-rw-r--r--content/assets/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/assets/style.css b/content/assets/style.css
index 93952d9..d3de577 100644
--- a/content/assets/style.css
+++ b/content/assets/style.css
@@ -31,6 +31,9 @@ li {
max-width: 50rem;
word-wrap: break-word;
}
+li p {
+ margin: 2px;
+}
p,
pre,
ul,