slightly re-arrenge things

This commit is contained in:
hossein s. borhani 2022-08-15 00:05:31 +04:30 committed by GitHub
parent cb05542ea7
commit 390010c936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@ box-sizing: border-box;
}
div {
overflow: auto;
height: 88vh;
height: 96vh;
border: #ccc 2px solid;
padding: 10px;
}
body {
background: #222;
padding: 2vh 25%;
padding: 0vh 25%;
}
#myInput {
background-position: 10px 12px;