feat: reduce padding created by lists on the left
This commit is contained in:
parent
fd3fd2088e
commit
64074c76f2
1 changed files with 4 additions and 0 deletions
|
|
@ -41,3 +41,7 @@ header {
|
||||||
footer {
|
footer {
|
||||||
font-size: smaller;
|
font-size: smaller;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
padding-left: 1em;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue