This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
_s/sass/layout/_sidebar-content.scss

23 lines
325 B
SCSS
Raw Normal View History

.content-area {
float: right;
margin: 0 0 0 (-$size__site-sidebar);
width: $size__site-main;
}
.site-main {
margin: 0 0 0 $size__site-sidebar;
}
.site-content .widget-area {
float: left;
overflow: hidden;
width: $size__site-sidebar;
}
.site-footer {
clear: both;
width: $size__site-main;
}
@import "no-sidebar";