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

github.com/icewind1991/files_markdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2017-08-22 19:40:59 +0300
committerRobin Appelman <robin@icewind.nl>2017-08-22 19:40:59 +0300
commita4a09bca0240a5af449ebf52b27f244fdc8c9a78 (patch)
tree7f039aacfffbb62992fc2625b0025e30364856f8 /css
parentd4ce7b0d27dd53d0538db21f3c59d7b989371fc6 (diff)
fix line height for titles
Fixes https://github.com/icewind1991/files_markdown/issues/53 Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'css')
-rw-r--r--css/preview.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/css/preview.css b/css/preview.css
index f7f575b..add4770 100644
--- a/css/preview.css
+++ b/css/preview.css
@@ -75,6 +75,7 @@
#preview.text-markdown h1 {
font-size: 34px;
+ line-height: 40px;
margin: 40px 0 20px;
}
@@ -84,6 +85,7 @@
#preview.text-markdown h3 {
font-size: 24px;
+ line-height: 30px;
}
#preview.text-markdown h4 {