Scaffold out UI components

This commit is contained in:
rektdeckard
2020-07-21 23:07:36 -04:00
parent 016e6d987b
commit 19d9b8c7d2
24 changed files with 1063 additions and 528 deletions

View File

@@ -1,6 +1,7 @@
.grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
/* min-height: 100vh; */
}
.grid-item {
@@ -10,7 +11,7 @@
justify-content: center;
margin: 4px;
border-radius: 8px;
background-color: gainsboro;
background-color: white;
/* transition: background-color 0.5s ease; */
}