create main file and empty section
This commit is contained in:
parent
31ca8d8a12
commit
7e06a21606
31
src/css/layout/_main.scss
Normal file
31
src/css/layout/_main.scss
Normal 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') {
|
||||||
|
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
}
|
@ -90,6 +90,8 @@
|
|||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div id="main">
|
<div id="main">
|
||||||
|
<section>
|
||||||
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer id="footer">
|
<footer id="footer">
|
||||||
|
Reference in New Issue
Block a user