mirror of
https://github.com/danog/sass-site.git
synced 2024-12-14 18:37:35 +01:00
11 lines
221 B
SCSS
11 lines
221 B
SCSS
|
.content-secondary {
|
||
|
@include at-breakpoint($tablet-large) {
|
||
|
@include span-columns(4 omega);
|
||
|
|
||
|
h2,
|
||
|
h3 { text-align: left; }
|
||
|
}
|
||
|
|
||
|
@include at-breakpoint($screen-small) { padding-left: $gutter-width * 4; }
|
||
|
}
|