diff options
-rw-r--r-- | static/css/screen.css | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/static/css/screen.css b/static/css/screen.css index def90eb..9caa16a 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -121,8 +121,6 @@ h1 { margin-top: 1.3rem; margin-bottom: 1.3rem; display: block; - font-family: "droid sans", sans-serif; - letter-spacing: -0.03em; font-size: 2.2rem; font-weight: 400; } @@ -139,19 +137,18 @@ h1 { h2, h3 { color: #333; margin-bottom: 0.5em; - clear: both; - letter-spacing: -0.02em; - font-size: 1.2rem; - font-weight: 300; - font-family: "Droid Sans", Arial, sans-serif; } + clear: both; } h2 { text-align: center; + font-size: 1.2rem; padding-bottom: 0.3em; - border-bottom: 2px solid #ff00ff; } + letter-spacing: -0.02em; } h3 { - font-size: 1.2rem; } + font-family: "Droid Sans", Arial, sans-serif; + font-size: 1em; + font-weight: bold; } a { color: #0aa; |