@@ -1,16 +1,17 @@
ul,
ol {
font-family: #{map-deep-get($config-list, "font", "family")};
+ list-style-position: inside;
margin: 0 0 0 #{map-deep-get($config-global, "spacing", "unit")};
padding: 0;
}
ul {
- list-style: disc;
+ list-style-type: disc;
- list-style: decimal;
+ list-style-type: decimal;
li > ul,
@@ -1563,6 +1563,7 @@ img {
font-family: serif;
margin: 0 16px 0 0;
@@ -1563,16 +1563,17 @@ img {
margin: 0 0 0 16px;
dt {