mirror of
https://github.com/10h30/yeuchaybo.git
synced 2026-07-11 10:46:17 +09:00
19 lines
217 B
SCSS
19 lines
217 B
SCSS
/* ## Site Inner
|
|
--------------------------------------------- */
|
|
|
|
.site-inner {
|
|
clear: both;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.content {
|
|
|
|
@include breakpoint(sm) {
|
|
width: 65%;
|
|
}
|
|
|
|
.full-width-content & {
|
|
width: 100%;
|
|
}
|
|
}
|