mirror of
https://github.com/danog/sass-site.git
synced 2024-12-13 18:07:35 +01:00
31 lines
419 B
SCSS
31 lines
419 B
SCSS
.slide-navigation li { padding: .25em 0; }
|
|
|
|
.slides { @extend %reset-list; }
|
|
|
|
|
|
|
|
@include breakpoint($mobile-large) {
|
|
.slide-navigation {
|
|
@extend %clear-fix-mobile-large;
|
|
|
|
li {
|
|
@include span(2);
|
|
|
|
&:nth-child(even) { @include omega; }
|
|
}
|
|
}
|
|
|
|
.slides {
|
|
padding: {
|
|
top: 1em;
|
|
bottom: 1em;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@include breakpoint($tablet-small) {
|
|
.slides p { text-align: left; }
|
|
}
|