aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/index.html b/index.html
index 378c80a..27c7c44 100644
--- a/index.html
+++ b/index.html
@@ -44,16 +44,18 @@
}
+ body { margin: 30px 0; background-color: #f0eeee; font: 16px 'Noto Serif'; }
+
+ h2 { margin: 1.5em 0 0.2em; font: 1.8em 'Varela Round'; }
+ p { margin: 1em 0; font-size: 1.3em; line-height: 1.5; }
+
i { font-style: italic; }
- body { margin: 30px 0; background-color: #f0eeee; font: 16px 'Noto Serif'; }
.wrapper { width: 600px; margin: 0 auto; }
header { width: 940px; margin: 0 auto 0.5em; font: 4.5em/1.05 'Varela Round'; text-align: center; }
- div[role="main"] { font-size: 1.5em; }
-
.demo img { width: 100%; }
</style>
</head>