refactor: box-sizing
This commit is contained in:
parent
520b255d5d
commit
65c23b50d9
|
@ -21,10 +21,10 @@
|
|||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 75%;
|
||||
height: calc(100% - var(--space) * 2);
|
||||
height: 100%;
|
||||
padding: var(--space);
|
||||
position: relative;
|
||||
width: calc(100% - var(--space) * 2);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.qty {
|
||||
|
|
|
@ -6,6 +6,7 @@ html, body {
|
|||
margin: 0;
|
||||
width: 100%;
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
line-height: 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user