This commit is contained in:
Kenneth Jannette
2024-01-31 13:56:48 -06:00
parent fc4e188355
commit 43d720104b

View File

@@ -21,6 +21,8 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
height: 50px; height: 50px;
justify-content: center;
align-items: center;
} }
.tag-box { .tag-box {