This commit is contained in:
Kenneth Jannette
2024-01-31 14:06:06 -06:00
parent fd2241e417
commit 697f76536c

View File

@@ -24,7 +24,6 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
height: 50px;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
} }
@@ -32,7 +31,6 @@
.tag-box { .tag-box {
background-color: rgba(224, 224, 224, 0.421); background-color: rgba(224, 224, 224, 0.421);
display: flex; display: flex;
border-radius: 8px; border-radius: 8px;
margin: 6px 4px; margin: 6px 4px;
padding: 6px; padding: 6px;