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

View File

@@ -16,15 +16,13 @@
flex-direction: row;
flex-wrap: wrap;
border: 1px solid red;
height: 300px;
padding-top: 8px;
}
.tag-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
height: 30px;
margin-top: 8px;
margin-bottom: 8px;
align-items: center;
}
@@ -32,7 +30,7 @@
background-color: rgba(224, 224, 224, 0.421);
display: flex;
border-radius: 8px;
margin: 6px 4px;
margin: 4px 4px;
padding: 6px;
}