Fixes input margin
This commit is contained in:
parent
45418bd902
commit
ac3ff90e69
|
@ -62,7 +62,7 @@
|
|||
display: inline-block;
|
||||
line-height: 2.5em;
|
||||
width: 10em;
|
||||
margin-right: 1em;
|
||||
margin-right: 2.5em;
|
||||
text-align: right;
|
||||
|
||||
}
|
||||
|
@ -104,7 +104,7 @@
|
|||
}
|
||||
|
||||
.footer {
|
||||
margin-top: 1em;
|
||||
margin-top: 2em;
|
||||
font-size: 0.9em;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue