12 lines
98 B
SCSS

/** === Layout === */
#page {
width: 100%;
}
.site-content {
overflow: hidden;
}