diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-02-04 15:31:35 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-02-04 15:31:35 +0000 |
| commit | c186f9101182c4ac1314e745ee33ccef32702ddd (patch) | |
| tree | 454e12c37e625c44447ae829242ca47e918c3266 /scss | |
| parent | fix blog (diff) | |
| download | mmm-c186f9101182c4ac1314e745ee33ccef32702ddd.tar.gz mmm-c186f9101182c4ac1314e745ee33ccef32702ddd.zip | |
small fixes
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_content.scss | 1 | ||||
| -rw-r--r-- | scss/_reset.scss | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/scss/_content.scss b/scss/_content.scss index f9a00dc..937b02b 100644 --- a/scss/_content.scss +++ b/scss/_content.scss @@ -69,6 +69,7 @@ .markdown > ul { margin-block-end: 1em; + text-align: none; } .embed { diff --git a/scss/_reset.scss b/scss/_reset.scss index 77990fd..d157fcf 100644 --- a/scss/_reset.scss +++ b/scss/_reset.scss @@ -29,7 +29,7 @@ code { font-size: 0.8em; } b, strong { font-weight: bold; } em, i { font-style: italic; } hr { clear: both; } -ul { margin: 0; } +ul { margin: 0; padding-inline-start: 2em; } sup, sub { vertical-align: baseline; |
