personal-page/src/components/Table/Table.module.css
2023-11-11 12:27:29 -03:00

6 lines
99 B
CSS

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