mirror of
https://github.com/redlib-org/redlib.git
synced 2025-06-08 23:57:46 +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 */
|
/* Markdown */
|
||||||
|
|
||||||
|
.md {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.md > *:not(:first-child) {
|
.md > *:not(:first-child) {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue