mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 17:37:36 +01:00
11 lines
220 B
SCSS
11 lines
220 B
SCSS
|
// ===========================================================================
|
||
|
// INTRODUCTION
|
||
|
|
||
|
|
||
|
|
||
|
.introduction {
|
||
|
@include at-breakpoint($break-iPad) {
|
||
|
@include pad(2, 2, $break-iPad);
|
||
|
text-align: center;
|
||
|
}
|
||
|
}
|