mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-24 02:18:07 +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 {
|
ul, ol {
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
|
Loading…
Reference in a new issue