Adjusts margin left of ordered lists.

This commit is contained in:
mateuswetah 2019-11-18 09:33:38 -03:00
parent b49037c328
commit 116dc6b904
2 changed files with 5 additions and 3 deletions

View File

@ -145,12 +145,14 @@
height: 4px;
}
}
&>ul {
&>ul,
&>ol {
font-size: 1rem;
font-weight: 400;
margin-left: 1.75rem;
}
.wp-block-media-text__content>ul {
.wp-block-media-text__content>ul,
.wp-block-media-text__content>ol {
margin-left: 1.75rem;
}
.table {

File diff suppressed because one or more lines are too long