summaryrefslogtreecommitdiff
path: root/public/static.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/static.css')
-rw-r--r--public/static.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/public/static.css b/public/static.css
index c6f92ac01d9..0a2b6060d48 100644
--- a/public/static.css
+++ b/public/static.css
@@ -2,18 +2,24 @@ body {
color: #666;
text-align: center;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
- margin:0;
+ margin: 0;
width: 800px;
margin: auto;
font-size: 14px;
}
+
h1 {
font-size: 56px;
line-height: 100px;
font-weight: normal;
color: #456;
}
-h2 { font-size: 24px; color: #666; line-height: 1.5em; }
+
+h2 {
+ font-size: 24px;
+ color: #666;
+ line-height: 1.5em;
+}
h3 {
color: #456;