summaryrefslogtreecommitdiff
path: root/posts.css
blob: ef483fe417a0ad55228efdca1a05a8e3ead13dd4 (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
25
26
27
28
#post_section {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;

    font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important;
}

article {
    width: 100%;
    text-align: left;
    padding-top: 1rem;
}

article > h2 {
    padding: 0;
    margin: 0;
}

article > h3 {
    color: lightgray;
    font-size: 0.8rem;
    font-weight: normal;
    padding: 0;
    margin: 0;
}