diff options
-rw-r--r-- | assets/css/style.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 8854128..2c4b53a 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -46,7 +46,6 @@ p { pre { color: #ffffba; - line-height: normal; overflow: auto; padding: 1.0em; } @@ -91,7 +90,7 @@ blockquote, ol, p, pre, ul, .highlight { color: lightgray; font-family: Arial, Helvetica, sans-serif; font-size: 1.8rem; - line-height: 1.4; + line-height: normal; margin: 0 auto; padding: 1.4em; } |