aboutsummaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/style.css b/src/style.css
index 031aec8..4f3c83e 100644
--- a/src/style.css
+++ b/src/style.css
@@ -1,3 +1,7 @@
+html {
+ line-height: 1.5;
+}
+
body {
max-width: 800px;
margin: 0 auto 0 auto;
@@ -48,7 +52,7 @@ hr {
pre, code {
background-color: #ddd;
border-radius: 5px;
- padding: 5px;
+ padding: 3px;
}
pre > code {