Reduce cyborg heading font-sizes
authorMarius Gavrilescu <marius@ieval.ro>
Wed, 11 Feb 2015 16:27:18 +0000 (18:27 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Wed, 11 Feb 2015 16:27:18 +0000 (18:27 +0200)
css/custom.css
css/themes/cyborg.css

index 93acc89a5bda0cd9f440dfbc12e91ac85b1c68fe..a6b7d0e3e238dfe16c0665cfde048ef93f32aefd 100644 (file)
@@ -16,10 +16,6 @@ footer{
        display: block;
 }
 
-h1 {
-       font-size: 2em !important;
-}
-
 .txtstuff {
     overflow: hidden;
 }
index ac0b0a5724d99c08edcfde1f6f49403bc4a96088..e02b2dbbb2e6b64579a972cc89111aa4444ceac5 100644 (file)
@@ -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;
This page took 0.0133 seconds and 4 git commands to generate.