Sha256: 746b3937e8729588dc2613e184d37e00a1516b9f98fa05491a33ae94873ea864

Contents?: true

Size: 638 Bytes

Versions: 1

Compression:

Stored size: 638 Bytes

Contents

.container
  margin: 0 auto
  position: relative
  +from($desktop)
    max-width: $desktop - (2 * $gap)
    width: $desktop - (2 * $gap)
    &.is-fluid
      margin-left: $gap
      margin-right: $gap
      max-width: none
      width: auto
  +until($widescreen)
    &.is-widescreen
      max-width: $widescreen - (2 * $gap)
      width: auto
  +until($fullhd)
    &.is-fullhd
      max-width: $fullhd - (2 * $gap)
      width: auto
  +from($widescreen)
    max-width: $widescreen - (2 * $gap)
    width: $widescreen - (2 * $gap)
  +from($fullhd)
    max-width: $fullhd - (2 * $gap)
    width: $fullhd - (2 * $gap)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mi-jekyll-theme-0.4.1 _sass/lib/sass/elements/container.sass