generated from hjess/PythonTemplateProject
Inspiration til filer
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 31s
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 31s
This commit is contained in:
13
inspiration/assets/sass/layout/_wrapper.scss
Normal file
13
inspiration/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