14 lines
231 B
SCSS
14 lines
231 B
SCSS
|
.LP-Place__Grid{
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
list-style-type: none;
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
flex-wrap: wrap;
|
||
|
|
||
|
.LP-Place__Item{
|
||
|
margin: 0 15px;
|
||
|
|
||
|
margin-bottom: 50px;
|
||
|
}
|
||
|
}
|