summaryrefslogtreecommitdiffstats
path: root/static/css/headline_buttons.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/headline_buttons.css')
-rw-r--r--static/css/headline_buttons.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/static/css/headline_buttons.css b/static/css/headline_buttons.css
new file mode 100644
index 0000000..100b879
--- /dev/null
+++ b/static/css/headline_buttons.css
@@ -0,0 +1,23 @@
+h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
+ line-height: 1.5em;
+}
+
+h1 {
+ font-size: 2em;
+}
+
+h2 {
+ font-size: 1.5em;
+}
+
+h3 {
+ font-size: 1.17em;
+}
+
+h5 {
+ font-size: .83em;
+}
+
+h6 {
+ font-size: .75em;
+}