Skip to content

Commit

Permalink
Tweak padding on smaller screens
Browse files Browse the repository at this point in the history
Refs #80
  • Loading branch information
simonw authored Aug 17, 2023
1 parent 97ec903 commit 66c3561
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/til_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
section.body {
padding: 0em 1em;
}
nav p {
padding: 4px 0px 4px 1em;
}
}
a, pre, code {
overflow-wrap: break-word;
Expand Down

0 comments on commit 66c3561

Please sign in to comment.