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