1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-10 07:55:24 +02:00

upd list style

This commit is contained in:
Peter Savchenko 2022-09-13 17:17:47 +03:00
parent 2595488470
commit c7f0a485be
No known key found for this signature in database
GPG key ID: E68306B1AB0F727C
2 changed files with 9 additions and 1 deletions

View file

@ -258,7 +258,11 @@
.block-list {
margin: 0;
list-style: outside;
padding-left: 26px;
padding-left: 40px;
&--ordered {
list-style-type: decimal
}
li:not(:last-of-type) {
margin-bottom: 8px;

View file

@ -91,6 +91,10 @@
padding: 6px 8px;
}
.cdx-list {
padding-left: 40px;
}
@media (--desktop) {
.ce-block__content,
.ce-toolbar__content {