diff --git a/media/css/style.scss b/media/css/style.scss index e5dd8c7..759ad12 100644 --- a/media/css/style.scss +++ b/media/css/style.scss @@ -1714,6 +1714,9 @@ body.error { div.rochester-made { margin-top: 54px; } +} +body.homepage { + } body.is-pro { section.main { diff --git a/templates/base.html b/templates/base.html index 1c0eb73..88b6111 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,9 +5,9 @@ {% block page-title %}Snipt{% endblock %} + - - + {% block page-description %} {% endblock %} @@ -16,13 +16,14 @@ {% endif %} - {% if has_snipts and not detail %} {% endif %} + + {% block css %}{% endblock %}