mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
fix css bullet bug
This commit is contained in:
parent
e217181f64
commit
3fe34cce66
2 changed files with 1 additions and 10 deletions
|
@ -92,7 +92,7 @@ ul {
|
||||||
list-style-position: inside;
|
list-style-position: inside;
|
||||||
|
|
||||||
> li {
|
> li {
|
||||||
list-style-position: inside;
|
list-style-position: inherit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -137,8 +137,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
display: inline-block;
|
|
||||||
|
|
||||||
&.join-us-fix {
|
&.join-us-fix {
|
||||||
margin-top: -2rem;
|
margin-top: -2rem;
|
||||||
padding-left: 1.25rem;
|
padding-left: 1.25rem;
|
||||||
|
@ -157,13 +155,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ol {
|
|
||||||
padding-left: 0.15rem;
|
|
||||||
|
|
||||||
> li {
|
|
||||||
list-style-position: inside;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
&:not(.bulletless) {
|
&:not(.bulletless) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue