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

17 lines
199 B
SCSS
Raw Normal View History

2013-10-09 12:30:53 +02:00
.features {
clear: both;
ul,
ol {
@extend .tiled-list;
@include padding-trailer;
ul {
margin-left: $indent;
list-style: disc;
}
}
h2 { padding-bottom: 0; }
}