mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 17:37:36 +01:00
9 lines
132 B
SCSS
9 lines
132 B
SCSS
.content-secondary {
|
|
@include breakpoint($tablet-large) {
|
|
@include span(4 omega);
|
|
|
|
h2,
|
|
h3 { text-align: left; }
|
|
}
|
|
}
|