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

github.com/danielkvist/hugo-terrassa-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielkvist <d94.zaragoza@gmail.com>2019-01-28 21:07:05 +0300
committerdanielkvist <d94.zaragoza@gmail.com>2019-01-28 21:13:08 +0300
commit1ae4da1736de076b6b9fadde78c7d01d5868d373 (patch)
treedf8ee7da32092e3a57a292db5fd6271c1e2eff4c
parent0ec1e6df215356ac0a3ad9fdc2a11a3866291a96 (diff)
add margin left for listsv2.0
-rw-r--r--assets/css/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 2badd2f..ed94b13 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -302,6 +302,11 @@
margin-bottom: 1.1rem;
}
+.post__body > ul,
+.post__body > ol {
+ margin-left: 3.75rem;
+}
+
.post__footer {
display: flex;
justify-content: center;