forked from KABI/fedi.camp_Website
initial version 23
This commit is contained in:
parent
5382da73f1
commit
cd833756df
118 changed files with 19023 additions and 0 deletions
36
assets/sass/layout/_wrapper.scss
Normal file
36
assets/sass/layout/_wrapper.scss
Normal file
|
@ -0,0 +1,36 @@
|
|||
///
|
||||
/// Dimension 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', 'column');
|
||||
@include vendor('align-items', 'center');
|
||||
@include vendor('justify-content', 'space-between');
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
width: 100%;
|
||||
padding: 4rem 2rem;
|
||||
z-index: 3;
|
||||
|
||||
&:before {
|
||||
content: '';
|
||||
display: block;
|
||||
}
|
||||
|
||||
@include breakpoint('<=xlarge') {
|
||||
padding: 3rem 2rem;
|
||||
}
|
||||
|
||||
@include breakpoint('<=small') {
|
||||
padding: 2rem 1rem;
|
||||
}
|
||||
|
||||
@include breakpoint('<=xsmall') {
|
||||
padding: 1rem;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue