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