summaryrefslogtreecommitdiffstats
path: root/themes/rusted
diff options
context:
space:
mode:
authorVikrant Chaudhary <nasa42@gmail.com>2015-09-13 19:11:55 +0530
committerVikrant Chaudhary <nasa42@gmail.com>2015-09-13 19:40:32 +0530
commitea9c43ee053951f843716a4e81842fc03e154f89 (patch)
tree0f96288eb8486bf2c20b5a5c36557309f4418e6f /themes/rusted
parentef89881b30812c9ca815091cf645c0b9c5bc7154 (diff)
Better looking newsletter (specially in Android Gmail).
Diffstat (limited to 'themes/rusted')
-rw-r--r--themes/rusted/static/css/_layout.scss26
1 files changed, 11 insertions, 15 deletions
diff --git a/themes/rusted/static/css/_layout.scss b/themes/rusted/static/css/_layout.scss
index 8148717..99e3aa4 100644
--- a/themes/rusted/static/css/_layout.scss
+++ b/themes/rusted/static/css/_layout.scss
@@ -109,27 +109,23 @@ body > footer {
.post-content {
margin-bottom: $spacing-unit;
- h2 {
- font-size: 32px;
+ h1, h2, h3, h4 {
+ font-weight: bold;
+ }
- @include media-query($on-laptop) {
- font-size: 28px;
- }
+ h1 {
+ font-size: 24px;
}
- h3 {
- font-size: 26px;
+ h2 {
+ font-size: 19px;
+ }
- @include media-query($on-laptop) {
- font-size: 22px;
- }
+ h3 {
+ font-size: 16px;
}
h4 {
- font-size: 20px;
-
- @include media-query($on-laptop) {
- font-size: 18px;
- }
+ font-size: 16px;
}
}