sass-site/source/assets/stylesheets/components/_features.scss
2013-10-09 06:30:53 -04:00

17 lines
199 B
SCSS

.features {
clear: both;
ul,
ol {
@extend .tiled-list;
@include padding-trailer;
ul {
margin-left: $indent;
list-style: disc;
}
}
h2 { padding-bottom: 0; }
}