Number Input Field
This commit is contained in:
parent
9dcc10a191
commit
c7375caef1
5 changed files with 58 additions and 10 deletions
src
|
@ -36,7 +36,7 @@
|
|||
.window {
|
||||
display: grid;
|
||||
grid-template-areas: "Nav Main";
|
||||
grid-template-columns: 4rem calc(100% - 4rem);
|
||||
grid-template-columns: 66px calc(100% - 66px);
|
||||
box-sizing: border-box;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
|
|
Reference in a new issue