Fix TODO's comments
This commit is contained in:
parent
c0683dafb3
commit
a9d4e94580
6 changed files with 22 additions and 34 deletions
6
src/components/Table/Table.module.css
Normal file
6
src/components/Table/Table.module.css
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
.table th,
|
||||
.table td {
|
||||
padding: 0.25rem 1rem;
|
||||
border: 1px solid white;
|
||||
text-align: center;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue