summaryrefslogtreecommitdiffstats
path: root/static/peach.css
blob: cdf66e97778f1cdf3998088b1f728ca5cd1b4eaf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/**
 * Copyright © 2022 siddharth <s@ricketyspace.net>
 * SPDX-License-Identifier: ISC
 */

p {
    margin: 0;
}

.peach-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.timeline .container {
    display: flex;
    justify-content: space-around;
    align-content: space-around;
}