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 */
/* Printing */
@media print {
+ body {
+ background-color: white;
+ }
body, #-frame, #-content {
margin: 0;
padding: 0;