product-card

This commit is contained in:
Veselov
2025-09-04 20:06:44 +03:00
parent a2ca4ec35e
commit 1848d99179
4 changed files with 61 additions and 36 deletions

View File

@@ -13,5 +13,10 @@
width: 100%;
display: flex;
flex-direction: row;
@media (max-width: 768px) {
flex-direction: column;
align-items: center;
}
}
</style>