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

Version Path
jekyll-theme-docgen-1.2.5 _sass/docgen/docgen/_layout.scss
jekyll-theme-docgen-1.2.4 _sass/docgen/docgen/_layout.scss
jekyll-theme-docgen-1.2.3 _sass/docgen/docgen/_layout.scss
jekyll-theme-docgen-1.2.2 _sass/docgen/docgen/_layout.scss
jekyll-theme-docgen-1.2.1 _sass/docgen/docgen/_layout.scss
jekyll-theme-docgen-1.2.0 _sass/docgen/_layout.scss
jekyll-theme-docgen-1.1.3 _sass/docgen/_layout.scss
jekyll-theme-docgen-1.1.2 _sass/docgen/_layout.scss