Move files
This commit is contained in:
13
assets/sass/layout/_wrapper.scss
Normal file
13
assets/sass/layout/_wrapper.scss
Normal file
@ -0,0 +1,13 @@
|
||||
///
|
||||
/// Editorial by HTML5 UP
|
||||
/// html5up.net | @ajlkn
|
||||
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
///
|
||||
|
||||
/* Wrapper */
|
||||
|
||||
#wrapper {
|
||||
@include vendor('display', 'flex');
|
||||
@include vendor('flex-direction', 'row-reverse');
|
||||
min-height: 100vh;
|
||||
}
|
Reference in New Issue
Block a user