summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-12-04 16:11:56 +0300
committerAndrew Dolgov <[email protected]>2021-12-04 16:11:56 +0300
commit72b40a58caf7362af6d239e4e547c0f860217a88 (patch)
tree6872fdb07f45f110e736168834e3bea609fd113c /css
parent5414cdef7b9008c27b8522dd8f1485403d35207c (diff)
fix line-height for headings
Diffstat (limited to 'css')
-rw-r--r--css/reader_iframe.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/reader_iframe.less b/css/reader_iframe.less
index 9316384..33d91a7 100644
--- a/css/reader_iframe.less
+++ b/css/reader_iframe.less
@@ -25,6 +25,7 @@ h1,
h2,
h3 {
text-align : center;
+ line-height : normal;
}
@import "themes.less";