Refactoring of styles - BEM + ITCSS, removed Disqus.
[ghost-theme-willow.git] / source / sass / components / _site-wrapper.scss
1 /*
2 |-------------------------------------------------------------------------------
3 | Site wrapper
4 |-------------------------------------------------------------------------------
5 */
6 .c-site-wrapper {
7 width: 100%;
8 height: 100%;
9 overflow-x: hidden;
10 overflow-y: scroll;
11 -webkit-overflow-scrolling: touch;
12 }