mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-24 15:56:08 +00:00
Fix post body overflow on mobile
This commit is contained in:
parent
4a06882dc8
commit
6d08f2dd24
1 changed files with 4 additions and 0 deletions
|
@ -1033,6 +1033,10 @@ input[type="submit"] {
|
|||
|
||||
/* Markdown */
|
||||
|
||||
.md {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.md > *:not(:first-child) {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue