mirror of
https://github.com/danog/sass-site.git
synced 2024-12-14 18:37:35 +01:00
17 lines
274 B
SCSS
17 lines
274 B
SCSS
.content {
|
|
@extend .row;
|
|
@include transition-property(padding, text-align);
|
|
|
|
@include at-breakpoint($tablet-large) {
|
|
@include padding-trailer;
|
|
text-align: left;
|
|
|
|
h2,
|
|
h3 {
|
|
text-align: center;
|
|
|
|
.do-columns & { text-align: left; }
|
|
}
|
|
}
|
|
}
|