Adjust paragraph line height
This commit is contained in:
parent
855066858a
commit
c7dcb5f3e9
1 changed files with 4 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ body{font-family:sans-serif}
|
||||||
.content{margin: 3em 1.6em}
|
.content{margin: 3em 1.6em}
|
||||||
|
|
||||||
/* content styles */
|
/* 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 em,.inner-content strong{color: black}
|
||||||
.inner-content h1{color: #99081f}
|
.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}
|
.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 h4{margin:0.6em 0}
|
||||||
.inner-content h5{margin:0.5em 0}
|
.inner-content h5{margin:0.5em 0}
|
||||||
.inner-content h6{margin:0.4em 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 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 > 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}
|
.inner-content table > * > tr > td, .inner-content table > tr > td {border:#ccc 1px solid;padding:2px}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue