diff --git a/website/theme/static/css/styles.css b/website/theme/static/css/styles.css index 28d88ec..e4b2bac 100644 --- a/website/theme/static/css/styles.css +++ b/website/theme/static/css/styles.css @@ -17,6 +17,17 @@ COLORS /* --------------------------------------------------- LAYOUT ----------------------------------------------------*/ +.mainContainer { + min-height:2000px; +} +.mainContent { + min-height:900px; +} +.mainCta { + position:-webkit-sticky; + position:sticky; + bottom:0; +} .paddingExtra { padding-left: 0; padding-right: 0; @@ -34,6 +45,7 @@ LAYOUT padding-left: 3rem; } + /* --------------------------------------------------- TYPOGRAPHY ----------------------------------------------------*/ @@ -44,7 +56,6 @@ TYPOGRAPHY letter-spacing: 0.15em; } - /* --------------------------------------------------- IMAGES ----------------------------------------------------*/ diff --git a/website/theme/templates/index.html b/website/theme/templates/index.html index 4f4c1f9..a222d1b 100644 --- a/website/theme/templates/index.html +++ b/website/theme/templates/index.html @@ -2,23 +2,28 @@ {% set index = True %} {% block content %} -
-

- offen.software -

-
-
- pattern -
-
-

- We think up, create and ship software for organisations and individuals who embrace societal change. -

-
-
-
- Learn more +
+
+
+

+ offen.software +

+
+
+ pattern +
+
+

+ We think up, create and ship software for organisations and individuals who embrace societal change. +

+
+
+
+
+ +
- {% endblock %}