mirror of
https://github.com/danog/sass-site.git
synced 2024-12-13 09:57:35 +01:00
29 lines
421 B
SCSS
29 lines
421 B
SCSS
// ===========================================================================
|
|
// JUMP NAVIGATION
|
|
|
|
|
|
|
|
|
|
@include at-breakpoint($break-iPhone) {
|
|
.jump-navigation {
|
|
@extend %horizontal-list-iPhone;
|
|
|
|
li {
|
|
margin: 0;
|
|
width: 50%;
|
|
}
|
|
|
|
a {
|
|
@include tappable-link;
|
|
display: block;
|
|
padding: {
|
|
right: 0;
|
|
left: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.jump-topics {
|
|
list-style: none;
|
|
} |