fix css bullet bug

This commit is contained in:
Jeremy Kauffman 2020-05-12 19:05:44 -04:00
parent e217181f64
commit 3fe34cce66
2 changed files with 1 additions and 10 deletions

View file

@ -92,7 +92,7 @@ ul {
list-style-position: inside;
> li {
list-style-position: inside;
list-style-position: inherit;
}
}

View file

@ -137,8 +137,6 @@
}
p {
display: inline-block;
&.join-us-fix {
margin-top: -2rem;
padding-left: 1.25rem;
@ -157,13 +155,6 @@
}
}
ol {
padding-left: 0.15rem;
> li {
list-style-position: inside;
}
}
ul {
&:not(.bulletless) {