summaryrefslogtreecommitdiff
path: root/Pages/Component/MediaTagTable.razor.css
blob: 4dedb3fc7a9abfa363f5ac4f2fcbbbb564e22be2 (plain)
1
2
3
4
5
6
7
8
9
th, td {
    font-size: 8pt;
}

@media (hover: none) and (pointer: coarse) {
    th, td {
        font-size: 7pt;
    }
}