aboutsummaryrefslogtreecommitdiffstats
path: root/static/css/home.css
blob: 4920ee36b7c3424279a3de5461ec3a8db350a0d0 (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
.grid-outer {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.grid-inner {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.grid-title {
    flex-basis: 50px;
    font-family: var(--font-monospace);
    color: var(--color-text-muted);
    text-align: right;
}

.grid-content {
    width: 100%
}

.spacer {
    height: 3rem;
}