Initial port
[editorial.git] / assets / main / sass / layout / _wrapper.scss
1 ///
2 /// Editorial by HTML5 UP
3 /// html5up.net | @ajlkn
4 /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5 ///
6
7 /* Wrapper */
8
9 #wrapper {
10 @include vendor('display', 'flex');
11 @include vendor('flex-direction', 'row-reverse');
12 min-height: 100vh;
13 }