From: Marius Gavrilescu Date: Wed, 11 Feb 2015 16:27:18 +0000 (+0200) Subject: Reduce cyborg heading font-sizes X-Git-Url: http://git.ieval.ro/?p=plack-app-gruntmaster.git;a=commitdiff_plain;h=8b202c973aec7cbdec929094d73a627b46479ec3 Reduce cyborg heading font-sizes --- diff --git a/css/custom.css b/css/custom.css index 93acc89..a6b7d0e 100644 --- a/css/custom.css +++ b/css/custom.css @@ -16,10 +16,6 @@ footer{ display: block; } -h1 { - font-size: 2em !important; -} - .txtstuff { overflow: hidden; } diff --git a/css/themes/cyborg.css b/css/themes/cyborg.css index ac0b0a5..e02b2db 100644 --- a/css/themes/cyborg.css +++ b/css/themes/cyborg.css @@ -456,27 +456,27 @@ h6 .small, } h1, .h1 { - font-size: 56px; + font-size: 36px; } h2, .h2 { - font-size: 45px; + font-size: 30px; } h3, .h3 { - font-size: 34px; + font-size: 24px; } h4, .h4 { - font-size: 24px; + font-size: 18px; } h5, .h5 { - font-size: 20px; + font-size: 14px; } h6, .h6 { - font-size: 16px; + font-size: 12px; } p { margin: 0 0 10px;