mirror of
https://github.com/danog/sass-site.git
synced 2024-12-13 09:57:35 +01:00
11 lines
154 B
SCSS
11 lines
154 B
SCSS
@include breakpoint($tablet-large) {
|
|
.content-primary {
|
|
@include span(8);
|
|
text-align: left;
|
|
|
|
ul,
|
|
dl,
|
|
p { max-width: 37.5em; }
|
|
}
|
|
}
|