open-nomad/website/components/placement-table/style.css

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;
}
}