aboutsummaryrefslogtreecommitdiff
path: root/assets/stylesheets/main.css
blob: 6ad8d2048b93d6873c8197ac2a3aab4d67b059d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
footer {
    text-align: center;
}

main > ul {
    list-style-type: none;
}

main > ul > li {
    position: relative;
    padding-left: 0px;
    margin-bottom: 10px
}

main > ul > li:before {
    position: absolute;
    top: 0px;
    left: -30px;
    font-family: FontAwesome;
    content: "\f0a4";
}

main > ul > li > p:first-child {
    font-weight: bold;
}