Fix post body overflow on mobile
This commit is contained in:
parent
4a06882dc8
commit
6d08f2dd24
@ -1033,6 +1033,10 @@ input[type="submit"] {
|
|||||||
|
|
||||||
/* Markdown */
|
/* Markdown */
|
||||||
|
|
||||||
|
.md {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.md > *:not(:first-child) {
|
.md > *:not(:first-child) {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user