Fix post content not overflowing on mobile
This commit is contained in:
parent
bb1a5827a9
commit
99ad091fd6
1 changed files with 5 additions and 0 deletions
|
|
@ -104,6 +104,10 @@ ul {
|
|||
grid-template-rows: auto 1fr auto;
|
||||
}
|
||||
|
||||
main {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.index-see-all {
|
||||
margin-left: 14%;
|
||||
padding-left: 30px;
|
||||
|
|
@ -206,6 +210,7 @@ main pre {
|
|||
border-color: #fff;
|
||||
padding: 20px;
|
||||
font-size: 16px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue