binary css fixes
This commit is contained in:
parent
04c9c20732
commit
7d526d9824
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user