mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-21 16:24:14 +00:00
Fix margins on <p> tags.
This commit is contained in:
parent
458cb83b47
commit
54f2c71e71
4
docs/_static/style.css
vendored
4
docs/_static/style.css
vendored
@ -17,6 +17,10 @@ body {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
div.document {
|
||||
margin: 10px auto 0 auto;
|
||||
max-width: 940px; /* page width */
|
||||
|
Loading…
x
Reference in New Issue
Block a user