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

13 lines
166 B
SCSS
Raw Normal View History

2020-08-01 10:26:05 +02:00
.LP-TagList{
.LP-TagList__List{
list-style-type: none;
display: flex;
flex-wrap: wrap;
padding:0;
margin: 0;
.LP-TagList__Item{
margin: 6px;
}
}
}