X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/51882017f01cceeaeb95f84e618575ece8ff7449..ea8fdee00b362d43cb5f6940e5638ca19eb4de45:/ralf/_sass/_layout.scss diff --git a/ralf/_sass/_layout.scss b/ralf/_sass/_layout.scss index cde604e..299869f 100644 --- a/ralf/_sass/_layout.scss +++ b/ralf/_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 */