Skip to content

Commit

Permalink
fix: πŸ› fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zichun627 committed Mar 22, 2024
1 parent c3c7246 commit 5682954
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/home/HomeSolutionsCard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -158,16 +158,16 @@ const t = useTranslations(Astro);
}

.solutions-card[for="c0"] {
background-image: url("https://img.alicdn.com/imgextra/i1/O1CN017UPiCy1xJmqGNV93n_!!6000000006423-2-tps-1688-1016.png");
background-image: url("https://img.alicdn.com/imgextra/i2/O1CN01zVKIvG1cs2YlAPDn3_!!6000000003655-2-tps-844-508.png");
}
.solutions-card[for="c1"] {
background-image: url("https://img.alicdn.com/imgextra/i2/O1CN0145ww871PcNzzFJfR1_!!6000000001861-0-tps-1360-907.jpg");
background-image: url("https://img.alicdn.com/imgextra/i2/O1CN01zVKIvG1cs2YlAPDn3_!!6000000003655-2-tps-844-508.png");
}
.solutions-card[for="c2"] {
background-image: url("https://img.alicdn.com/imgextra/i4/O1CN01ufR2md1L6XzxK8NH2_!!6000000001250-0-tps-1344-896.jpg");
background-image: url("https://img.alicdn.com/imgextra/i2/O1CN01zVKIvG1cs2YlAPDn3_!!6000000003655-2-tps-844-508.png");
}
.solutions-card[for="c3"] {
background-image: url("https://img.alicdn.com/imgextra/i2/O1CN01nfn6fa1FD3w7JaA0w_!!6000000000452-0-tps-1024-1024.jpg");
background-image: url("https://img.alicdn.com/imgextra/i2/O1CN01zVKIvG1cs2YlAPDn3_!!6000000003655-2-tps-844-508.png");
}

@keyframes zoom-animation {
Expand Down

0 comments on commit 5682954

Please sign in to comment.