diff --git a/templates/homepage.hamlet b/templates/homepage.hamlet index 1b5bdff..3cde87d 100644 --- a/templates/homepage.hamlet +++ b/templates/homepage.hamlet @@ -44,6 +44,10 @@

Steps to Contribute +

+ For + package authors + to contribute to Stackage, follow these instructions:

  • Open @@ -69,7 +73,7 @@
    -

    Stackage for businesses +

    Stackage for Businesses

    We're offering custom installations for businesses who want to build their development platform upon Stackage. If you're diff --git a/templates/homepage.lucius b/templates/homepage.lucius index c320d97..f3f5443 100644 --- a/templates/homepage.lucius +++ b/templates/homepage.lucius @@ -48,7 +48,15 @@ h2 { margin-top: 50px; } -/* .steps-to-contribute { */ +.steps-to-contribute { + h2 { + margin-bottom: 0; + } + h2 + p { + margin-bottom: 1em; + } +} + /* ul { */ /* margin-top: 30px; */ /* text-align: left; */