6 lines
99 B
CSS
6 lines
99 B
CSS
.table th,
|
|
.table td {
|
|
padding: 0.25rem 1rem;
|
|
border: 1px solid white;
|
|
text-align: center;
|
|
}
|