more
This commit is contained in:
@@ -16,15 +16,13 @@
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
border: 1px solid red;
|
border: 1px solid red;
|
||||||
height: 300px;
|
|
||||||
padding-top: 8px;
|
padding-top: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag-container {
|
.tag-container {
|
||||||
display: flex;
|
height: 30px;
|
||||||
flex-direction: row;
|
margin-top: 8px;
|
||||||
flex-wrap: wrap;
|
margin-bottom: 8px;
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -32,7 +30,7 @@
|
|||||||
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: 4px 4px;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user