Skip to content

Commit

Permalink
Update shop.html
Browse files Browse the repository at this point in the history
  • Loading branch information
n0stal6ic authored Sep 17, 2024
1 parent 18da241 commit 866d2df
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions shop.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,20 +115,15 @@
margin-bottom: 20px;
}

/* @media (max-width: 768px) {
/* .product-item {
/* flex-direction: column;
/* align-items: flex-start;
/* }
/*
/* .product-item img {
/* margin-right: 0;
/* margin-bottom: 10px;
/* }
/*
/* .product-item .details {
/* width: 100%;
/* }
@media (max-width: 768px) {
.product img {
width: 20px;
height: 20px;
}

.products {
font-size: 10px;
}
}
</style>
</head>
Expand Down

0 comments on commit 866d2df

Please sign in to comment.