From 8b202c973aec7cbdec929094d73a627b46479ec3 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Wed, 11 Feb 2015 18:27:18 +0200 Subject: [PATCH] Reduce cyborg heading font-sizes --- css/custom.css | 4 ---- css/themes/cyborg.css | 12 ++++++------ 2 files changed, 6 insertions(+), 10 deletions(-) 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; -- 2.39.2