X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=sass%2Fjuplo.scss;fp=sass%2Fjuplo.scss;h=d71f28949ce40832c16845a78f882af3a61f2155;hp=cbd132eccd04229832b068a0ef57aacd80c1af06;hb=060df740d69ca450024f74514d7817e3bb14d5d9;hpb=2f1f6a83e321453d229741666e2ac35f9ca2fe5a diff --git a/sass/juplo.scss b/sass/juplo.scss index cbd132ec..d71f2894 100644 --- a/sass/juplo.scss +++ b/sass/juplo.scss @@ -96,3 +96,26 @@ $button-hover-border-color: #000 !important; { content: "\f0ab"; } + + +html +{ + height: 100%; +} +body +{ + height: 100%; + overflow-y: scroll; +} +#page +{ + position: relative; + min-height: 100%; +} +footer +{ + position: relative; + left: 0; + right: 0; + bottom: 1em; +}