lostplaces-frontend/components/01_Atoms/image/_image.scss

8 lines
126 B
SCSS
Raw Normal View History

2020-07-31 23:35:01 +02:00
.LP-Image{
object-fit: cover;
width: 100%;
height: auto;
vertical-align: top;
margin: 0;
padding: 0;
2020-07-31 23:35:01 +02:00
}