X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=sass%2Fjuplo.scss;h=45389f3cedc89ca611326c567674f185cb4a8896;hb=a930331e6eff15504cc29d0bd402ee03d8d69638;hp=cbd132eccd04229832b068a0ef57aacd80c1af06;hpb=b271a1083470560bc2d18c34fb2819ce45404a26;p=website diff --git a/sass/juplo.scss b/sass/juplo.scss index cbd132ec..45389f3c 100644 --- a/sass/juplo.scss +++ b/sass/juplo.scss @@ -96,3 +96,23 @@ $button-hover-border-color: #000 !important; { content: "\f0ab"; } + + +html +{ + height: 100%; +} +body +{ + height: 100%; + display: flex; + flex-direction: column; +} +#page +{ + flex: 1 0 auto; +} +footer +{ + flex-shrink: 0; +}