summaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'main.css')
-rw-r--r--main.css10
1 files changed, 3 insertions, 7 deletions
diff --git a/main.css b/main.css
index b3f7359..3eb65e9 100644
--- a/main.css
+++ b/main.css
@@ -6,19 +6,15 @@ body {
* {
margin: 0px;
}
-h1 {
+body>section>h1 {
font-size: 20pt;
margin: 16px 0px 16px 0px;
}
-h2 {
+body>section>article>h1 {
font-size: 16pt;
margin: 16px 0px 16px 0px;
}
-h3 {
- font-size: 12pt;
- margin: 16px 0px 16px 0px;
-}
-h4 {
+body>section>article>h2 {
font-size: 12pt;
margin: 16px 0px 16px 0px;
}