summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_layouts/master.html8
1 files changed, 2 insertions, 6 deletions
diff --git a/_layouts/master.html b/_layouts/master.html
index b2f4452..69decb3 100644
--- a/_layouts/master.html
+++ b/_layouts/master.html
@@ -9,14 +9,10 @@
<style>
body {
max-width: 40rem;
- margin: 1rem;
+ padding: 1rem;
+ margin: auto;
color: #242424;
}
- @media (min-width: 40rem) {
- body {
- margin: 5rem auto;
- }
- }
h1, h2, h3, h4, h5, h6 {
font-family: sans-serif;
}