summaryrefslogtreecommitdiffstats
path: root/website/src/about/style.css
blob: 432c7064e32e28a178834b5f736b4d0943b1f1a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
table {
    width: 40em;
}

table th {
    width: 10em;
    text-align: right;
    vertical-align: top;
    padding-right: 1em;
}

table td {
    vertical-align: top;
    padding-bottom: 1em;
}