open-nomad/website/components/placement-table/style.css
Jeff Escalante 6c8f079d24
new website
2020-02-06 18:45:31 -05:00

14 lines
168 B
CSS

.g-placement-table {
box-sizing: border-box;
& td,
& th {
padding: 8px 20px;
border-right: 1px solid #ddd;
}
& .head {
font-weight: bold;
}
}