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:
parent
2595488470
commit
c7f0a485be
2 changed files with 9 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -91,6 +91,10 @@
|
|||
padding: 6px 8px;
|
||||
}
|
||||
|
||||
.cdx-list {
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
@media (--desktop) {
|
||||
.ce-block__content,
|
||||
.ce-toolbar__content {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue