add basic table to games page

This commit is contained in:
Alexander Navarro 2023-09-09 12:55:41 -03:00
parent 606d9a285b
commit 897148e47f
3 changed files with 93 additions and 10 deletions

View file

@ -60,3 +60,11 @@ ul {
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;
}