summaryrefslogtreecommitdiff
path: root/sass/_partial/_archive.scss
blob: 49ac32e6bf088ce615bfbf2941b3950f61df0e04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.archive {
    padding: 0 10%;
    border: 1px #ddd;
    border-style: solid none none none;
    .post-archive {
        list-style: none;
        padding: 0;
        .years {
            border: 1px #ddd;
            border-style: none none solid none;
            padding-bottom: 0.5em;
        }
        .post-item {
            .post-date {
                display: inline-block;
                margin-right: 10px;
            }
            .post-title {
                color: #000000;
                text-decoration: none;
            }
        }
    }
}