Move login button to top right of page on index
This commit is contained in:
parent
24a93104e4
commit
cceda089c0
1 changed files with 4 additions and 0 deletions
|
@ -28,3 +28,7 @@ tr {
|
||||||
#add-score-button {
|
#add-score-button {
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#login-button {
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
Reference in a new issue