Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorWang Chucheng <me@wangchucheng.com>2021-01-07 03:00:18 +0300
committerWang Chucheng <me@wangchucheng.com>2021-01-07 03:00:18 +0300
commit5dc7ff79f70f8a321a072f11b3bbaa85e4ac1f91 (patch)
treedd912f4a10eb650d911bd524881fb0a45df00165 /assets
parent825231682ad8640986f214a05535f0d56a6b1616 (diff)
style: add blank line after first paragraph
Diffstat (limited to 'assets')
-rw-r--r--assets/css/markdown.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/markdown.css b/assets/css/markdown.css
index 328cab2..bb3a6b2 100644
--- a/assets/css/markdown.css
+++ b/assets/css/markdown.css
@@ -2,8 +2,8 @@
@apply text-primary-text leading-normal break-words;
}
-.content > * + * {
- @apply mt-0 mb-4;
+.content > * {
+ @apply mb-4;
}
.content li + li {