Fix styles of headers

This commit is contained in:
Evgeny Gavrin 2015-06-14 01:21:34 +03:00
parent d6fb541460
commit 8f615e3732

View File

@ -253,6 +253,7 @@ body{ height: 100%; margin: 0;}
h3 {
font-size: 18px;
color: #2388DB;
@include media-query($on-laptop) {
font-size: 20px;
@ -261,6 +262,7 @@ body{ height: 100%; margin: 0;}
h4 {
font-size: 16px;
color: #2388DB;
@include media-query($on-laptop) {
font-size: 18px;