This commit is contained in:
Kenneth Jannette
2024-01-31 14:00:05 -06:00
parent 43d720104b
commit 2e8dc6577b

View File

@@ -15,11 +15,13 @@
display: flex; display: flex;
border: 1px solid red; border: 1px solid red;
height: 300px; height: 300px;
padding-top: 8px;
} }
.tag-container { .tag-container {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: wrap;
height: 50px; height: 50px;
justify-content: center; justify-content: center;
align-items: center; align-items: center;