Merge pull request #1173 from benoitchantre/no-sidebar-class

no-sidebar class
This commit is contained in:
Laurel 2018-04-06 11:02:47 -07:00 committed by GitHub
commit f5f3a0a05b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 40 additions and 0 deletions

View file

@ -18,3 +18,5 @@
clear: both;
width: $size__site-main;
}
@import "no-sidebar";

View file

@ -0,0 +1,11 @@
.no-sidebar {
.content-area {
float: none;
margin-left: auto;
margin-right: auto;
}
.site-main {
margin-right: 0;
}
}

View file

@ -18,3 +18,5 @@
clear: both;
width: $size__site-main;
}
@import "no-sidebar";

View file

@ -1,5 +1,6 @@
// @import "../layout/content-sidebar";
// @import "../layout/sidebar-content";
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/