mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2025-01-21 03:57:08 +00:00
Remove margins around p
tags in lists
This commit is contained in:
parent
ef249a2718
commit
5a8495dabe
|
@ -61,6 +61,10 @@
|
|||
|
||||
ul, ol {
|
||||
margin-left: 1em;
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
|
|
Loading…
Reference in a new issue