diff options
-rw-r--r-- | assets/styles.css | 1 | ||||
-rw-r--r-- | assets/stylesheets/typography.css | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/assets/styles.css b/assets/styles.css index 10081f4..bf5eff1 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -45,6 +45,7 @@ h2 { } .code { font-family: "Monaco", monospace; + line-height: 1.6em; } .font-size-0\.8 { font-size: 0.8em; diff --git a/assets/stylesheets/typography.css b/assets/stylesheets/typography.css index b1d036a..3e7b497 100644 --- a/assets/stylesheets/typography.css +++ b/assets/stylesheets/typography.css @@ -9,6 +9,7 @@ h2 { .code { font-family: "Monaco", monospace; + line-height: 1.6em; } .font-size-0\.8 { |