daniel
@danielashjariAll solutions
- Submitted about 2 months ago
Product preview card component
- HTML
- CSS
please please please how do i fix the img in desktop view
html
in desktop view there's a small white bar below the img this is the style
img { max-inline-size: 100%; block-size: auto; height: 320; aspect-ratio: 340/240; object-fit: cover; border-top-left-radius: 0.75rem; border-top-right-radius: 0.75rem; @include breakpoint(medium){ border-top-left-radius: 0.75rem; border-top-right-radius: 0; border-bottom-left-radius: 0.75rem; height: max-content; aspect-ratio: 300/535; }