Skip to content

Commit

Permalink
fix padding on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
zhubert committed Apr 29, 2024
1 parent 26ba0c4 commit 6542dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/zhubert/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body {
line-height: 1.5;
margin: 40px auto;
max-width: 650px;
padding: 0 10px;
padding: 0 20px;
}

h1,h2,h3 {
Expand Down

0 comments on commit 6542dc3

Please sign in to comment.