diff --git a/website/theme/static/css/styles.css b/website/theme/static/css/styles.css index e4b2bac..b15b7fc 100644 --- a/website/theme/static/css/styles.css +++ b/website/theme/static/css/styles.css @@ -1,6 +1,9 @@ /* --------------------------------------------------- COLORS ----------------------------------------------------*/ +.colorBrown { + color: #4B1202; +} .colorSalmon { color: #F5BEA7; } @@ -13,20 +16,20 @@ COLORS .bgColorOrange { background-color: #E9500A; } +.bgColorWhite { + background-color: #FAFEFF; +} /* --------------------------------------------------- LAYOUT ----------------------------------------------------*/ -.mainContainer { - min-height:2000px; +.splashContent { + min-height: 100vh; } -.mainContent { - min-height:900px; -} -.mainCta { - position:-webkit-sticky; - position:sticky; - bottom:0; +.splashCta { + position: -webkit-sticky; + position: sticky; + bottom: 0; } .paddingExtra { padding-left: 0; diff --git a/website/theme/templates/base.html b/website/theme/templates/base.html index a7b6874..db34442 100644 --- a/website/theme/templates/base.html +++ b/website/theme/templates/base.html @@ -34,9 +34,7 @@
-
- {% block content %}{% endblock %} -
+ {% block content %}{% endblock %}