Use full width layout when there’s no sidebar

This commit is contained in:
Benoît Chantre 2017-07-10 18:03:55 +02:00
parent ff6cc41087
commit 100081feee
8 changed files with 40 additions and 0 deletions

View file

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