sass-site/source/assets/stylesheets/components/_quick_starts.scss

23 lines
349 B
SCSS
Raw Normal View History

2012-11-28 17:23:08 +01:00
// ===========================================================================
// QUICK STARTS
.quick-starts {
list-style: none;
}
@include at-breakpoint($break-iPad) {
.quick-starts {
@extend %horizontal-list-iPad;
padding-bottom: 2em;
li {
margin: 0;
width: 50%;
}
.description { min-height: 4em; }
}
}