summaryrefslogtreecommitdiff
path: root/assets/css/utils.css
blob: f53c655f0b6b7e5be22065b38418acae4daf4170 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.flex {
    display: flex;
    flex-wrap: wrap;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.small {
    font-size: medium;
}

.monospace {
    font-family: var(--font-mono);
}