Skip to content

Commit

Permalink
Fix excessive padding on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
bradgessler committed Jan 30, 2024
1 parent 4a9b5a6 commit c02d608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ body {
main {
margin: auto;
max-width: 50rem;
padding: 5rem;
padding: 1.5rem;
}

.highlight .k {
Expand Down

0 comments on commit c02d608

Please sign in to comment.