Skip to content

Commit f2f4dda

Browse files
Update style.css
1 parent 59f10d4 commit f2f4dda

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

css/style.css

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -831,3 +831,27 @@ transition:.3s;
831831
#topBtn:hover{
832832
transform:scale(1.1);
833833
}
834+
/* ===== Image Fix ===== */
835+
836+
.hero-right img{
837+
width:100%;
838+
max-width:500px;
839+
height:auto;
840+
display:block;
841+
}
842+
843+
.category-card img{
844+
width:100%;
845+
height:220px;
846+
object-fit:cover;
847+
border-radius:10px;
848+
display:block;
849+
}
850+
851+
.product-card img{
852+
width:100%;
853+
height:230px;
854+
object-fit:cover;
855+
border-radius:10px;
856+
display:block;
857+
}

0 commit comments

Comments
 (0)