chore : slight refactoring for ul and ol

This commit is contained in:
Kazhnuz 2019-11-07 12:52:49 +01:00
parent 13c252ee9e
commit 18c8a9878a
1 changed files with 1 additions and 11 deletions

View File

@ -56,7 +56,7 @@ p, time {
}
}
ul {
ul, ol {
@include paragraph();
ul {
margin-bottom:0;
@ -66,16 +66,6 @@ ul {
}
}
ol {
@include paragraph();
ol {
margin-bottom:0;
}
li {
margin-left: $lineheight;
}
}
/* sup, sub */
sup, sub {