mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
margin-right
4.4px is the max margin we can put to the right of the button without the "Forgot password?" text wrapping.
This commit is contained in:
parent
4c72dd6d51
commit
75258be4a4
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
.submit-button {
|
.submit-button {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
margin-right: 4.4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
Loading…
Reference in a new issue