aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--themes/ymherklotz/static/css/default.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/ymherklotz/static/css/default.css b/themes/ymherklotz/static/css/default.css
index c968d41..89d942b 100644
--- a/themes/ymherklotz/static/css/default.css
+++ b/themes/ymherklotz/static/css/default.css
@@ -113,7 +113,7 @@ html {
body {
font-size: 1.2rem;
- line-height: 1.3;
+ line-height: 1.5;
width: 90%;
margin: 0;
padding: 0 5%;
@@ -194,6 +194,7 @@ code {
pre {
white-space: pre;
overflow: auto;
+ line-height: 1.3;
}
figcaption {