forked from mirror/_s
12 lines
131 B
SCSS
12 lines
131 B
SCSS
|
.no-sidebar {
|
||
|
.content-area {
|
||
|
float: none;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
}
|
||
|
|
||
|
.site-main {
|
||
|
margin-right: 0;
|
||
|
}
|
||
|
}
|