bag.html - Fixed NumOfItems Box size

This commit is contained in:
Matthew Patrick 2021-09-23 14:48:12 +07:00
parent 39780d8814
commit 5a22718070

View file

@ -18,6 +18,19 @@
font-family: 'Poppins', sans-serif;
}
.box{
width: 100px;
text-align: center;
background-color: white;
color: black;
}
@media(max-width: 320px){
.box{
width: 50px;
}
}
.btn-checkout {
width: 100%;
background-color: darkred;