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:
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 {