lostplaces-frontend/components/02_Molecules/tagList/_tagList.scss

13 lines
166 B
SCSS

.LP-TagList{
.LP-TagList__List{
list-style-type: none;
display: flex;
flex-wrap: wrap;
padding:0;
margin: 0;
.LP-TagList__Item{
margin: 6px;
}
}
}