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