Fixed 360 And 460 PX

This commit is contained in:
Devansh 2022-05-06 09:58:08 +05:30
parent e342cfd480
commit e7fe7e8ba4
3 changed files with 14 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
"/js/velocity.js": "/js/velocity.js?id=f655ac65cbd1aa549cba",
"/js/manifest.js": "/js/manifest.js?id=e069a8f952a02ea0f290",
"/js/components.js": "/js/components.js?id=13ebf112e40292178d23",
"/css/velocity.css": "/css/velocity.css?id=f1a67295106a050c17af",
"/css/velocity.css": "/css/velocity.css?id=dc79a6ba53b2f91384ce",
"/css/velocity-admin.css": "/css/velocity-admin.css?id=b67a82956e53163b5e3f",
"/images/icon-calendar.svg": "/images/icon-calendar.svg?id=870d0f733a5837742276",
"/images/icon-camera.svg": "/images/icon-camera.svg?id=b2fd2f9e17e1ccee96e2",

View File

@ -953,6 +953,16 @@
}
}
@media only screen and (max-width: 460px) {
.product-card-new {
max-width: 11rem;
.product-image-container img {
min-height: unset;
}
}
}
@media only screen and (max-width: 420px) {
.sticky-header {
display: none !important;
@ -980,7 +990,7 @@
}
.product-card-new {
max-width: 10rem;
max-width: 9rem;
.product-image-container img {
min-height: unset;
@ -990,7 +1000,7 @@
@media only screen and (max-width: 360px) {
.product-card-new {
max-width: 9rem;
max-width: 8rem;
.product-image-container img {
min-height: unset;