personal-page/_src/components/Table/Table.module.css

6 lines
99 B
CSS

.table th,
.table td {
padding: 0.25rem 1rem;
border: 1px solid white;
text-align: center;
}