New event data screen.

This commit is contained in:
Mike Cao
2024-08-09 01:09:54 -07:00
parent 10c438d1de
commit 8ee37d1246
137 changed files with 4918 additions and 321 deletions

View File

@@ -0,0 +1,14 @@
.container {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
gap: 30px;
}
.table {
align-self: start;
}
.link:hover {
cursor: pointer;
color: var(--primary400);
}