Fix TODO's comments

This commit is contained in:
Alexander Navarro 2023-11-11 12:26:39 -03:00
parent c0683dafb3
commit a9d4e94580
6 changed files with 22 additions and 34 deletions

View file

@ -61,14 +61,6 @@ li:not(:last-child) {
margin-bottom: var(--prj-spacing-1);
}
/* TODO: Move to where it belogns */
th,
td {
padding: 0.25rem 1rem;
border: 1px solid white;
text-align: center;
}
.btn {
padding: var(--prj-spacing-1);
}