mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 17:37:36 +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; }
|
|
}
|
|
}
|