change width for goto-rank input field

This commit is contained in:
2019-06-09 14:47:55 +02:00
parent f1b9c7a70c
commit 1b97512735
2 changed files with 10 additions and 2 deletions

View File

@@ -41,6 +41,12 @@ body{
margin-right: 10px;
}
.input-field-number{
float: left;
margin-right: 10px;
width: 100px;
}
/* #################### LEADERBOARDS ##################### */
.leaderboard-container{
width: 80%;