summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-11-23 15:36:07 +0300
committerAndrew Dolgov <[email protected]>2021-11-23 15:36:07 +0300
commit5414cdef7b9008c27b8522dd8f1485403d35207c (patch)
tree5db5d84e08d7820348ad830e348300607672d0a0 /css
parent2c269aa82eaaa0960049aff16380a05a73ef1908 (diff)
h1,h2,h3: set text-align center
Diffstat (limited to 'css')
-rw-r--r--css/reader_iframe.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/reader_iframe.less b/css/reader_iframe.less
index 6a4397f..9316384 100644
--- a/css/reader_iframe.less
+++ b/css/reader_iframe.less
@@ -21,4 +21,10 @@ big, small {
font-size : inherit;
}
+h1,
+h2,
+h3 {
+ text-align : center;
+}
+
@import "themes.less";