Make images in the discord intro have consistent dimensions.

This commit is contained in:
Rapptz
2017-05-12 22:45:27 -04:00
parent 56972f509f
commit c6e1629011
13 changed files with 15 additions and 17 deletions

View File

@ -47,8 +47,10 @@ div#welcome-to-discord-py > h1 {
/* no disgusting background in FAQ */
div.topic {
background-color: transparent;
}
div.topic {
border: none;
}
/* give images some breathing room */
img {
padding-bottom: 10px;
}