This commit is contained in:
parent
f2457b5236
commit
ce44648fd0
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,6 @@ form {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin: 20px auto 20px auto;
|
margin: 20px auto 20px auto;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
float: right;
|
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
height: 2em;
|
height: 2em;
|
||||||
|
@ -44,6 +43,7 @@ input {
|
||||||
border: 0;
|
border: 0;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
color: #f0f;
|
color: #f0f;
|
||||||
|
float: right;
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
background-color: #a0a;
|
background-color: #a0a;
|
||||||
|
|
Loading…
Reference in a new issue