Cupcake/app/routes/gallery.$/styles.module.less

7 lines
129 B
Plaintext

.image {
width: 100%;
aspect-ratio: 1 / 1;
background-color: #999;
clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 75%);
}