Skip to content

Commit

Permalink
Fix post content not overflowing on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
jultty committed Nov 26, 2024
1 parent bb1a582 commit 99ad091
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions static/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ ul {
grid-template-rows: auto 1fr auto;
}

main {
overflow: auto;
}

.index-see-all {
margin-left: 14%;
padding-left: 30px;
Expand Down Expand Up @@ -206,6 +210,7 @@ main pre {
border-color: #fff;
padding: 20px;
font-size: 16px;
overflow: auto;
}

blockquote {
Expand Down

0 comments on commit 99ad091

Please sign in to comment.