X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=sass%2Fjuplo.scss;h=14013167be4d0f9825e9e15f9bde896e1e04bb47;hb=94f92cd692445bd3bca1707e6db1fe025f5b092b;hp=cbd132eccd04229832b068a0ef57aacd80c1af06;hpb=b271a1083470560bc2d18c34fb2819ce45404a26;p=website diff --git a/sass/juplo.scss b/sass/juplo.scss index cbd132ec..14013167 100644 --- a/sass/juplo.scss +++ b/sass/juplo.scss @@ -96,3 +96,35 @@ $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; + min-width: 568px; + overflow: hidden; +} +nav { + flex-grow: 0; + min-width: 293px; +}