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

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvvveiii <cntrump@gmail.com>2020-08-27 05:34:37 +0300
committervvveiii <cntrump@gmail.com>2020-08-27 05:34:37 +0300
commit724d7c1f5e7db1dcf5b3e442849e96cad208909e (patch)
tree1f4f45d7eb7175e5daa996df891afd8c88a9163c
parent7f37f49b8431fe786b0380f7ada7ba0a14e991f0 (diff)
<pre> line-height: 1.5em;
-rw-r--r--assets/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 2350622..7817c26 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -115,7 +115,7 @@ pre {
display: block;
text-align: left;
font-size: 85%;
- line-height: 1.45;
+ line-height: 1.5em;
margin: 0;
padding: 16px;