binary css fixes

This commit is contained in:
chris 2023-07-11 23:40:38 -04:00
parent 04c9c20732
commit 7d526d9824

View File

@ -6,11 +6,11 @@ body {
#input {
border: 4px black solid;
height: 5rem;
height: 20%;
background-color: #e5e4e2;
border-radius: 5px;
overflow: auto;
width: 75vw;
width: 55%;
margin: auto;
padding: 5px;
}
@ -36,8 +36,8 @@ body {
display: flex;
align-self: center;
border: 4px black solid;
width: 75vw;
height: 5rem;
width: 55%;
height: 20%;
margin: auto;
background-color: #e5e4e2;
border-radius: 5px;