Sha256: ed7eb139469224daff4fed68e6fe2c0f8bc7d526a26fd432304b6ee748582a95

Contents?: true

Size: 241 Bytes

Versions: 5

Compression:

Stored size: 241 Bytes

Contents

/* Panel (Map) */

@include breakpoint('<=small') {
    .panel.map {
        @include vendor('align-items', 'stretch');
        position: relative;
        height: 100vh;

        #map-container {
            height: 100%;
        }
    }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-ethereal-0.5.6 _sass/small/components/_panel-map.scss
jekyll-theme-ethereal-0.5.5 _sass/small/components/_panel-map.scss
jekyll-theme-ethereal-0.5.4 _sass/small/components/_panel-map.scss
jekyll-theme-ethereal-0.5.3 _sass/small/components/_panel-map.scss
jekyll-theme-ethereal-0.5.2 _sass/small/components/_panel-map.scss