diff options
author | Ben Burwell <ben@benburwell.com> | 2019-05-23 09:08:25 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2019-05-23 09:08:25 -0400 |
commit | 618e15ee385f5c866bd280571d23fff9a64f9cbe (patch) | |
tree | 033dcd2d6f05572967152f679a8f61ffb638903f /_layouts | |
parent | 697f4461de33ba01961fb58b384ab8e38b2399ff (diff) |
Remove CSS media query
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/master.html | 8 |
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; } |