From da4db65d1c12b8230d66711ce002554b127fe6a9 Mon Sep 17 00:00:00 2001 From: Evgeny Gavrin Date: Sun, 14 Jun 2015 00:37:36 +0300 Subject: [PATCH] Fix post styles --- _sass/_layout.scss | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/_sass/_layout.scss b/_sass/_layout.scss index dbd080e3b..aff52b3bf 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -230,11 +230,18 @@ body{ height: 100%; margin: 0;} margin-bottom: $spacing-unit; h1 { + font-size: 30px; color: #2388DB; - } + margin-top: 10px; + margin-bottom: 5px; + + @include media-query($on-laptop) { + font-size: 32px; + } + } h2 { - font-size: 30px; + font-size: 22px; color: #2388DB; margin-top: 10px; margin-bottom: 5px; @@ -245,15 +252,15 @@ body{ height: 100%; margin: 0;} } h3 { - font-size: 26px; + font-size: 18px; @include media-query($on-laptop) { - font-size: 22px; + font-size: 20px; } } h4 { - font-size: 20px; + font-size: 16px; @include media-query($on-laptop) { font-size: 18px;