mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
10 lines
140 B
SCSS
10 lines
140 B
SCSS
.imgWithLink {
|
|
position: relative;
|
|
min-width: 5rem;
|
|
width: 100%;
|
|
height: 100%;
|
|
img {
|
|
object-fit: cover;
|
|
}
|
|
}
|