aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rwxr-xr-xtemplates/base.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index 4689ecc..bc85947 100755
--- a/templates/base.html
+++ b/templates/base.html
@@ -30,7 +30,7 @@
30 } 30 }
31 31
32 body { 32 body {
33 padding: 1rem; 33 padding: 1em;
34 background: white; 34 background: white;
35 line-height: 1.3; 35 line-height: 1.3;
36 font-family: sans-serif; 36 font-family: sans-serif;
@@ -138,7 +138,6 @@
138 138
139 @media only screen and (max-width: 600px) { 139 @media only screen and (max-width: 600px) {
140 body { 140 body {
141 padding: 0.5em;
142 word-wrap: break-word; 141 word-wrap: break-word;
143 } 142 }
144 143