summaryrefslogtreecommitdiffstats
path: root/static/css/responsive.css
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2015-05-24 03:05:46 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2015-05-24 03:50:47 +0200
commitd513f2b4a35fd21569127aa6a66e8e457deb48d4 (patch)
treeccd86acf8f8bffc957dca9cd60d7ad3609cb8add /static/css/responsive.css
parentb1cd71548baf0080aeb657e519282b1dcf849e70 (diff)
downloadwww-d513f2b4a35fd21569127aa6a66e8e457deb48d4.tar.gz
www-d513f2b4a35fd21569127aa6a66e8e457deb48d4.tar.bz2
www-d513f2b4a35fd21569127aa6a66e8e457deb48d4.zip
talks: Initial conversion of the separate webpage
Diffstat (limited to 'static/css/responsive.css')
-rw-r--r--static/css/responsive.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/static/css/responsive.css b/static/css/responsive.css
index 001b795..8ec4f67 100644
--- a/static/css/responsive.css
+++ b/static/css/responsive.css
@@ -63,22 +63,38 @@
margin: 6px 0px 10px 0px;
}
+ h1 small {
+ font-size: 16px;
+ }
+
h2 {
font-size: 16px;
line-height: 1.2;
margin: 8px 0px 4px 0px;
}
+ h2 small {
+ font-size: 13px;
+ }
+
h3 {
font-size: 14px;
line-height: 1.2;
margin: 6px 0px 4px 0px;
}
+ h3 small {
+ font-size: 12px;
+ }
+
h4 {
font-size: 14px;
}
+ h4 small {
+ font-size: 12px;
+ }
+
h1, h2, h3, h4, h5, h6 {
line-height: 1.2;
}