13 lines
148 B
SCSS
13 lines
148 B
SCSS
|
|
.about {
|
|
@extend .row;
|
|
|
|
&-main {
|
|
@include make-sm-column(8);
|
|
}
|
|
|
|
&-reference {
|
|
@include make-sm-column(4);
|
|
}
|
|
}
|
|
|