Sha256: 078f0772873abb898218443d6280db37157278e3351ee5e97e7b980d52b4eef2

Contents?: true

Size: 289 Bytes

Versions: 2

Compression:

Stored size: 289 Bytes

Contents

/**
 * Styles for the wrapper
 */

.wrapper {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: var(--spacing);
  max-width: calc(600px + 2 * var(--spacing)); // Refer: https://socialtriggers.com/perfect-content-width/
  min-height: 100vh;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-tao-1.0.0 _sass/tao/_wrapper.scss
jekyll-theme-tao-0.1.0 _sass/tao/_wrapper.scss