summaryrefslogtreecommitdiff
path: root/src/static/stylesheets/blog.css
blob: 9b3066b2994e0d0bfd2420b288dc2d490fb94636 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#posts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 400px;
    gap: 12px;
}

.post {
    color: inherit;
    width: 400px;
}

.post:visited {
    color: inherit;
}

.created-at {
    font-size: 10px;
    color: #333;
}