display products as cards

This commit is contained in:
imperosol
2024-12-14 02:45:11 +01:00
parent 7af745087e
commit 8f8eef4107
2 changed files with 32 additions and 4 deletions

View File

@ -0,0 +1,11 @@
.product-group {
display: flex;
flex-direction: column;
gap: 15px;
margin-bottom: 30px;
@media screen and (min-width: 768px) {
max-width: 50%;
}
}