mirror of
https://gitlab.com/nekoya/web.git
synced 2025-01-10 20:12:35 +01:00
bag.html - Fixed NumOfItems Box size
This commit is contained in:
parent
39780d8814
commit
5a22718070
1 changed files with 13 additions and 0 deletions
13
bag.html
13
bag.html
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue