aboutsummaryrefslogtreecommitdiffstats
path: root/static/css/contact.css
blob: 42bd8d94bc278f02fcb49d978bffe85c44886d63 (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
.grid-outer {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
}

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

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

.grid-content {
    width: 100%
}