Adapating Organisms / LinkList w Icons

This commit is contained in:
2021-10-24 12:32:32 +02:00
parent e3688ed070
commit b264b3a559
10 changed files with 14217 additions and 8381 deletions

View File

@@ -3,12 +3,17 @@
margin: 0;
padding: 0;
list-style-type: none;
display: flex;
flex-direction: row;
flex-wrap: wrap;
@include RV-Grid;
@include RV-Grid--autoWidth;
--itemHeight: 200px;
--itemMinWidth: 280px;
--gap: 15px;
padding: 15px;
justify-content: center;
.LP-PlaceGrid__Item{
margin: 18px;
@include RV-Grid__Item;
}
.LP-Link{