fix list bullets from being cut off

This commit is contained in:
Sean Yesmunt 2020-11-30 23:33:43 -05:00
parent d6abf5b8df
commit 828dab73a8

View file

@ -59,7 +59,8 @@ ol {
li {
position: relative;
list-style-position: outside;
margin: var(--spacing-xs) var(--spacing-m);
margin: var(--spacing-xs) 0;
margin-left: var(--spacing-xl);
margin-bottom: 0;
}
}