From c7dcb5f3e9d6c28f627d5457feff688d87979e4b Mon Sep 17 00:00:00 2001 From: Mattia Succurro Date: Sun, 28 Mar 2021 22:46:51 +0200 Subject: [PATCH] Adjust paragraph line height --- static/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index 9305fbd..1df66c3 100644 --- a/static/style.css +++ b/static/style.css @@ -3,7 +3,7 @@ body{font-family:sans-serif} .content{margin: 3em 1.6em} /* content styles */ -.inner-content{font-family:serif; margin: 0 auto; max-width: 1280px; line-height: 1.5; color: #1f2528} +.inner-content{font-family:serif; margin: 0 auto; max-width: 1280px; line-height: 1.7; color: #1f2528} .inner-content em,.inner-content strong{color: black} .inner-content h1{color: #99081f} .inner-content table, .inner-content h2, .inner-content h3, .inner-content h4, .inner-content h5, .inner-content h6{font-family:sans-serif; color: black} @@ -11,9 +11,10 @@ body{font-family:sans-serif} .inner-content h4{margin:0.6em 0} .inner-content h5{margin:0.5em 0} .inner-content h6{margin:0.4em 0} -.inner-content p{text-indent: 1em; margin: .6em 0} +.inner-content p{text-indent: 1em; margin: 0} +.inner-content li{margin: .3em 0} .inner-content blockquote{color:#363636; border-left: 4px solid #ccc;margin-left:0;padding-left:12px} -.inner-content table{border:#ccc 1px solid;border-collapse:collapse} +.inner-content table{border:#ccc 1px solid;border-collapse:collapse;line-height: 1.5} .inner-content table > * > tr > th, .inner-content table > tr > th {background-color:#f9f9f9;border:#ccc 1px solid;padding:2px} .inner-content table > * > tr > td, .inner-content table > tr > td {border:#ccc 1px solid;padding:2px}