Adapating Organisms / LinkList w Icons
This commit is contained in:
@@ -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{
|
||||
|
Reference in New Issue
Block a user