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