X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=sass%2Fjuplo.scss;h=dc9f3a78d677182ee4054bafc23d769cef52d791;hb=0120b11a3eb7caaa27c6a364c6cd236dc038de98;hp=cbd132eccd04229832b068a0ef57aacd80c1af06;hpb=b271a1083470560bc2d18c34fb2819ce45404a26;p=website diff --git a/sass/juplo.scss b/sass/juplo.scss index cbd132ec..dc9f3a78 100644 --- a/sass/juplo.scss +++ b/sass/juplo.scss @@ -96,3 +96,32 @@ $button-hover-border-color: #000 !important; { content: "\f0ab"; } + + +html +{ + height: 100%; +} +body +{ + height: 100%; + display: flex; + flex-direction: column; +} +#page +{ + flex: 1 0 auto; + display: flex; + justify-content: flex-end; +} +footer +{ + flex-shrink: 0; +} +main { + flex-grow: 1; + max-width: 768px; +} +nav { + flex-grow: 0; +}