mirror of
https://github.com/danog/sass-site.git
synced 2024-12-14 18:37:35 +01:00
17 lines
199 B
SCSS
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; }
|
||
|
}
|