mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
Float
This commit is contained in:
parent
75258be4a4
commit
8d294e4d29
1 changed files with 5 additions and 2 deletions
|
@ -7,7 +7,11 @@
|
|||
padding-top: 5px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
.right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.spinner {
|
||||
margin: 0 .8rem;
|
||||
width: 1rem;
|
||||
|
@ -16,7 +20,6 @@
|
|||
|
||||
.submit-button {
|
||||
margin-top: 5px;
|
||||
margin-right: 4.4px;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Reference in a new issue