journal: adjust hero-unit spacing, darken textColor
[bootswatch] / journal / bootswatch.less
index f0f092d..c170a75 100755 (executable)
@@ -10,7 +10,8 @@
 
 h1, h2, h3, h4, h5, h6 {
 
-       line-height: 1.5em;
+       margin: 0 0 10px;
+       line-height: 1.2;
 
        a {
                color: @headingsColor;
@@ -263,12 +264,14 @@ legend {
 }
 
 .hero-unit {
+       padding: 30px 60px;
        border: 1px solid rgba(0,0,0,.05);
        .border-radius(0);
        .box-shadow(none);
 
        h1 {
-               line-height: 1.5em;
+               margin: 0 0 10px;
+               line-height: 1.2;
        }
 }