Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gyorb/hugo-dusk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGyorgy Orban <o.gyorgy@gmail.com>2020-01-12 00:11:27 +0300
committerGyorgy Orban <o.gyorgy@gmail.com>2020-01-12 02:26:43 +0300
commit466a8c307971379da7dbd0e70a36dca2b86188fd (patch)
tree6c560e7c70de76af6d7e6b6dcadb69be266a748b
parentb9b237d30e85456e53390c917942dc0c6a2653ab (diff)
increase line height to 1.5em for better readability
-rw-r--r--static/css/layout.css11
1 files changed, 5 insertions, 6 deletions
diff --git a/static/css/layout.css b/static/css/layout.css
index 8376ea9..921f48e 100644
--- a/static/css/layout.css
+++ b/static/css/layout.css
@@ -42,8 +42,8 @@ li {
}
p {
- line-height: 1.4em;
- }
+ line-height: 1.5em;
+}
h1 { font-size: 2em;
font-weight: normal;
@@ -109,8 +109,7 @@ code {
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
-
- line-height: 1.4em;
+ line-height: 1.5em;
}
blockquote {
@@ -366,7 +365,7 @@ th, td {
.post-preview .summary {
margin-top: 1em;
margin-bottom: 0.5em;
- line-height: 1.4em;
+ line-height: 1.5em;
}
.post-preview .summary p {
@@ -374,7 +373,7 @@ th, td {
margin-block-end: 0.5em;
margin-inline-start: 0.em;
margin-inline-end: 0em;
- line-height: 1.4em;
+ line-height: 1.5em;
}
.post-preview .meta {