diff options
| author | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2024-12-10 22:17:42 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2024-12-10 22:17:42 +0100 |
| commit | f06323ab2bb56f5a813f2dd88eed1c2a7cf31050 (patch) | |
| tree | 35c5afa74955efbee52fc91fc18609e2f43c8908 /scss/main.scss | |
| parent | e4bdf68646fd5dde4a936ae4e5068757a581294a (diff) | |
feat(custom): better ordered list style
Diffstat (limited to 'scss/main.scss')
| -rw-r--r-- | scss/main.scss | 9 |
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 { |
