remove default padding from unorderd lists
This commit is contained in:
parent
89078feca4
commit
99f1c38d05
1 changed files with 5 additions and 0 deletions
|
@ -51,6 +51,11 @@ p {
|
|||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
padding-left: 0;
|
||||
list-style-position: inside;
|
||||
}
|
||||
|
||||
h3 + .description {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue