sass-site/source/assets/stylesheets/regions/_content-secondary.scss

11 lines
207 B
SCSS
Raw Normal View History

2013-10-10 22:21:47 +02:00
.content-secondary {
2013-10-11 22:06:20 +02:00
@include breakpoint($tablet-large) {
@include span(4 omega);
2013-10-10 22:21:47 +02:00
h2,
h3 { text-align: left; }
}
2013-10-11 22:06:20 +02:00
@include breakpoint($screen-small) { padding-left: $gutter-width * 4; }
2013-10-10 22:21:47 +02:00
}