Fix UL styles
This commit is contained in:
@@ -31,10 +31,21 @@ ul {
|
||||
padding: 0;
|
||||
text-indent: -2ch;
|
||||
|
||||
li::before {
|
||||
color: #aaa;
|
||||
content: '∗';
|
||||
margin: 0 1ch 0 0;
|
||||
li {
|
||||
&::before {
|
||||
color: #aaa;
|
||||
content: '∗';
|
||||
float: left;
|
||||
margin-right: 2ch;
|
||||
}
|
||||
|
||||
p {
|
||||
text-indent: 0;
|
||||
}
|
||||
|
||||
p:first-child {
|
||||
text-indent: -2ch;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user