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

github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorfourtyone11 <asleeppiano@outlook.com>2020-06-10 16:35:27 +0300
committerfourtyone11 <asleeppiano@outlook.com>2020-06-10 16:35:27 +0300
commit90ba33681642070a89e7a91ebf8192ed79af2424 (patch)
tree486415e0924c104e51f8296293a0d92d389971c0 /assets
parentdc10b5cb12e16208d583b3269abe6f72fc968db4 (diff)
li fix
Diffstat (limited to 'assets')
-rw-r--r--assets/scss/_single.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/scss/_single.scss b/assets/scss/_single.scss
index 5a46c70..511eeb5 100644
--- a/assets/scss/_single.scss
+++ b/assets/scss/_single.scss
@@ -94,11 +94,15 @@
ul {
list-style-type: disc;
padding-left: 1rem;
+ margin-left: 1rem;
+ margin-top: 0.8rem;
color: var(--color-text-2);
}
ol {
list-style-type: decimal;
padding-left: 1rem;
+ margin-left: 1rem;
+ margin-top: 0.8rem;
color: var(--color-text-2);
}
li:not(:last-of-type) {