summaryrefslogtreecommitdiff
path: root/entry/theme/table.css
blob: 6b5fc4beef535e73d70e4000acb639106a019fc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
table {
    table-layout: fixed;
    width: 100%;
}

td {
    width: calc(100% / 11);
    text-align: center;
    overflow: hidden;
}
tr {
    width: 100%;
}