add basic table to games page
This commit is contained in:
parent
606d9a285b
commit
897148e47f
3 changed files with 93 additions and 10 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue