_list.scss
1.list {
2 max-width: 600px;
3 margin: 0 auto;
4 font-size: 18px;
5 line-height: 30px;
6 a {
7 color: inherit;
8 }
9}
10.categories {
11 a {
12 text-decoration: none;
13 }
14}
15.posts {
16 a {
17 text-decoration: none;
18 color: inherit;
19 }
20 ul {
21 list-style-type: none;
22 margin: 0px;
23 padding: 0px;
24 }
25 &-title {
26 font-size: larger;
27 font-weight: bold;
28 }
29
30 &-day {
31 float: right;
32 }
33 &-item {
34 padding-bottom: 35px;
35 }
36
37 &-list {
38 }
39}