Sha256: 42630a36ed84e89f84b0f023aff4833cef2da4dbe240ea74311c27a50b7e97ee

Contents?: true

Size: 448 Bytes

Versions: 7

Compression:

Stored size: 448 Bytes

Contents

///
/// Phantom by HTML5 UP
/// html5up.net | @ajlkn
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
///

/* Wrapper */

#wrapper {
  > * {
    > .inner {
      $gutter: _size(gutter);

      width: 100%;
      max-width: _size(inner);
      margin: 0 auto;
      padding: 0 $gutter;

      @include breakpoint(small) {
        $gutter: _size(gutter) * 0.5;

        padding: 0 $gutter;
      }
    }
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
phantom-blergh-0.2.0 _sass/phantom-blergh/layout/_wrapper.scss
phantom-blergh-0.1.5 _sass/phantom-blergh/layout/_wrapper.scss
phantom-blergh-0.1.4 _sass/phantom-blergh/layout/_wrapper.scss
phantom-blergh-0.1.3 _sass/phantom-blergh/layout/_wrapper.scss
phantom-blergh-0.1.2 _sass/phantom-blergh/layout/_wrapper.scss
phantom-blergh-0.1.1 _sass/phantom-blergh/layout/_wrapper.scss
phantom-blergh-0.1.0 _sass/phantom-blergh/layout/_wrapper.scss