Sha256: 3e8627ba40eaff7e3c70716064ef484288efea778baf9be1e1dd435794f89548
Contents?: true
Size: 464 Bytes
Versions: 8
Compression:
Stored size: 464 Bytes
Contents
@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; }
Version data entries
8 entries across 8 versions & 1 rubygems