From: Ralf Jung Date: Wed, 13 Jan 2016 16:26:29 +0000 (+0100) Subject: fix frame computation X-Git-Url: https://git.ralfj.de/web.git/commitdiff_plain/44c5f415f9277e86cdfeb845d5bdfab049f90db3 fix frame computation --- diff --git a/personal/_sass/_layout.scss b/personal/_sass/_layout.scss index cde604e..299869f 100644 --- a/personal/_sass/_layout.scss +++ b/personal/_sass/_layout.scss @@ -14,7 +14,7 @@ body { /* This centers us in the page, and handles the "too wide" case */ padding-top: $outer-margin; /* distance of top to window border */ padding-bottom: $outer-margin; /* distance of page-bottom to window border */ border-left: solid $text-color 1px; - min-height: calc(100vh - #{$outer-margin}); + min-height: calc(100vh - #{2*$outer-margin}); } /* The content of the frame */