aboutsummaryrefslogtreecommitdiffstats
path: root/_sass/_info.scss
blob: 454fd51df36c3a860dde802bc2ea277a59611daa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.info_section {
    margin-bottom: 1.5em;
}

.info_section__title {
    background-color: $purple_color;
    color: white;
    padding: 0.4em;
}

.post_list {
    list-style-type: none;
    margin-left: 0;
}

.post_list__title {
    margin-bottom: 0;
}

.post_list__element {
    margin-bottom: 0.4em;
}