Fix post body overflow on mobile

This commit is contained in:
spikecodes 2021-02-24 09:31:58 -08:00
parent 4a06882dc8
commit 6d08f2dd24
No known key found for this signature in database
GPG Key ID: 004CECFF9B463BCB
1 changed files with 4 additions and 0 deletions

View File

@ -1033,6 +1033,10 @@ input[type="submit"] {
/* Markdown */
.md {
width: 100%;
}
.md > *:not(:first-child) {
margin-top: 20px;
}