@page { size: auto; /* auto is the initial value */ margin: 0mm; /* this affects the margin in the printer settings */ } /** * Page content */ .page-content { // padding: $spacing-unit 0; // flex: 1 0 auto; max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit} * 2)); max-width: calc(#{$content-width} - (#{$spacing-unit} * 2)); margin: $spacing-unit * 2 auto; padding-right: $spacing-unit; padding-left: $spacing-unit; }