commit 553c26ccfdef46c84d2cc3ab0ca3bf3156c212c8 parent 4df60fbb986894c02235311ca7c6270a30edb5be Author: Stephen Gregoratto <dev@sgregoratto.me> Date: Sat, 10 Oct 2020 14:05:08 +1100 Add 2em padding for smaller viewports Diffstat:
M | css/style.css | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/css/style.css b/css/style.css @@ -1,6 +1,7 @@ body { margin: auto; max-width: 40em; + padding: 2em; hyphens: auto; } h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {