mirror of
https://github.com/danog/sass-site.git
synced 2024-12-14 18:37:35 +01:00
9 lines
135 B
SCSS
9 lines
135 B
SCSS
@include at-breakpoint($tablet-large) {
|
|
.content-primary {
|
|
@include span-columns(8);
|
|
|
|
h2,
|
|
h3 { text-align: left; }
|
|
}
|
|
}
|