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>2019-12-02 03:55:23 +0300
committervvveiii <cntrump@gmail.com>2019-12-02 03:55:23 +0300
commit201490910efa0d8aa262e8854ff616908528b39e (patch)
tree6c147e463849ce59037eb373a90df9b4abb7d504
parentbab85bc53d856043c8e696b19deb7318b25c9682 (diff)
update note-content line-heightv1.2.0
-rw-r--r--static/assets/css/core.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/assets/css/core.css b/static/assets/css/core.css
index 648ef6d..fe2c389 100644
--- a/static/assets/css/core.css
+++ b/static/assets/css/core.css
@@ -218,7 +218,7 @@ del { opacity: 0.5; }
color: #404040;
}
.note-content {
- line-height: 24px;
+ line-height: 19px;
}
.article-header {