mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 23:58:06 +01:00
Remove margins around p
tags in lists
This commit is contained in:
parent
ef249a2718
commit
5a8495dabe
1 changed files with 4 additions and 0 deletions
|
@ -61,6 +61,10 @@
|
|||
|
||||
ul, ol {
|
||||
margin-left: 1em;
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
|
|
Loading…
Reference in a new issue