From: Kai Moritz Date: Fri, 26 Feb 2021 20:37:11 +0000 (+0100) Subject: WIP:bulma:neu X-Git-Url: http://juplo.de/gitweb/?p=website;a=commitdiff_plain;h=a930331e6eff15504cc29d0bd402ee03d8d69638 WIP:bulma:neu --- diff --git a/dist/templates/layout.html b/dist/templates/layout.html index 8580cc58..86a500de 100644 --- a/dist/templates/layout.html +++ b/dist/templates/layout.html @@ -17,7 +17,7 @@ th:fragment="body(uri, maincontent, marginalcontent)" thymeproxy:variables="${json}" th:with="crumbs=${_crumbs.get(uri)}"> -
+

TEMPLATE: Layout

@@ -123,19 +123,13 @@

diff --git a/sass/juplo.scss b/sass/juplo.scss index d71f2894..45389f3c 100644 --- a/sass/juplo.scss +++ b/sass/juplo.scss @@ -105,17 +105,14 @@ html body { height: 100%; - overflow-y: scroll; + display: flex; + flex-direction: column; } #page { - position: relative; - min-height: 100%; + flex: 1 0 auto; } footer { - position: relative; - left: 0; - right: 0; - bottom: 1em; + flex-shrink: 0; }