lostplaces-frontend/components/03_Organisms/imageGrid/_imageGrid.scss

9 lines
175 B
SCSS
Raw Normal View History

2020-08-09 23:43:40 +02:00
.LP-ImageGrid{
2020-08-25 15:55:02 +02:00
@include RV-FlexGrid(290px, 200px);
@include RV-ElementList;
@include RV-Spacing__Inner--small;
2020-08-09 23:43:40 +02:00
2020-08-25 15:55:02 +02:00
.LP-ImageGrid__Item {
@include RV-ContentCrop;
}
2020-08-25 15:55:02 +02:00
}