From 03ca923a6aba15078c24156b2c35ceb35d2c997f Mon Sep 17 00:00:00 2001 From: hendr-ik Date: Fri, 10 Nov 2023 10:08:24 +0100 Subject: [PATCH] layout 4 --- website/theme/static/css/styles.css | 21 ++++++----- website/theme/templates/base.html | 4 +-- website/theme/templates/index.html | 55 +++++++++++++++++++++-------- 3 files changed, 53 insertions(+), 27 deletions(-) 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 %}