Altered 'ol' element padding to not clip numbering
Allows usage to 3-digits now Closes #204
This commit is contained in:
parent
6329a1842a
commit
5cfb7b8de4
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ ul {
|
|||
|
||||
ol {
|
||||
list-style: decimal;
|
||||
padding-left: $-m * 1.3;
|
||||
padding-left: $-m * 2;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue