create main file and empty section

This commit is contained in:
Felix Schulze 2020-02-26 12:32:58 +01:00
parent 31ca8d8a12
commit 7e06a21606
2 changed files with 33 additions and 0 deletions

31
src/css/layout/_main.scss Normal file
View File

@ -0,0 +1,31 @@
/* Main */
#main {
/*
@include breakpoint('<=xlarge') {
}
@include breakpoint('<=large') {
}
@include breakpoint('<=medium') {
}
@include breakpoint('<=small') {
}
@include breakpoint('<=xsmall') {
}
@include breakpoint('<=xxsmall') {
}
*/
}

View File

@ -90,6 +90,8 @@
</header>
<div id="main">
<section>
</section>
</div>
<footer id="footer">