aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2024-12-10 22:17:42 +0100
committerAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2024-12-10 22:17:42 +0100
commitf06323ab2bb56f5a813f2dd88eed1c2a7cf31050 (patch)
tree35c5afa74955efbee52fc91fc18609e2f43c8908
parente4bdf68646fd5dde4a936ae4e5068757a581294a (diff)
feat(custom): better ordered list style
-rw-r--r--scss/main.scss9
1 files changed, 8 insertions, 1 deletions
diff --git a/scss/main.scss b/scss/main.scss
index 516291f..ca9abc5 100644
--- a/scss/main.scss
+++ b/scss/main.scss
@@ -119,9 +119,16 @@ h4 {
font-size: 1.35rem;
}
+ul, ol {
+ margin-bottom: 1rem;
+}
+
ul {
list-style: disc inside;
- margin-bottom: 1rem;
+}
+
+ol {
+ list-style: decimal inside;
}
li {