width auto

This commit is contained in:
Aakansha Doshi 2023-09-05 11:25:46 +05:30
parent 3ea7c7ffa0
commit a8283b27c5

View File

@ -29,7 +29,7 @@
padding: 1rem; padding: 1rem;
@media screen and (max-width: 860px) { @media screen and (max-width: 860px) {
width: 100%; width: auto;
height: 10rem; height: 10rem;
} }
} }
@ -49,7 +49,7 @@
border: 1px solid #e4e4eb; border: 1px solid #e4e4eb;
@media screen and (max-width: 860px) { @media screen and (max-width: 860px) {
width: 100%; width: auto;
} }
} }