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

github.com/reuixiy/hugo-theme-meme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/_common/indent.scss')
-rw-r--r--assets/scss/_common/indent.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/scss/_common/indent.scss b/assets/scss/_common/indent.scss
index 9e8b942..3253f0e 100644
--- a/assets/scss/_common/indent.scss
+++ b/assets/scss/_common/indent.scss
@@ -46,6 +46,9 @@
ol {
margin: ($fontSize * 1.618) 0 0;
list-style-position: outside;
+ p {
+ display: block;
+ }
}
}
dl {