Sha256: 36d00318b26097f7698652ded322de471d1cb2e061c17d8a8609388624538c60

Contents?: true

Size: 279 Bytes

Versions: 7

Compression:

Stored size: 279 Bytes

Contents

#layout {
  padding: 0;
}

@media (min-width: $md-screen) {
  .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
  }

  .content {
    margin-left: 25%;
    flex: 1 0 auto;
  }
  
  .footer{
    position: fixed;
    bottom: 0;
    margin-left: 25%;
    width: 75%;
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
daydream-theme-1.1.0 _sass/daydream/_layout.scss
daydream-theme-1.0.4 _sass/daydream/_layout.scss
daydream-theme-1.0.3 _sass/daydream/_layout.scss
daydream-theme-1.0.2 _sass/daydream/_layout.scss
daydream-theme-1.0.1 _sass/daydream/_layout.scss
daydream-theme-1.0.0 _sass/daydream/_layout.scss
daydream-theme-0.1.0 _sass/daydream/_layout.scss