add margins

This commit is contained in:
Yannik Schmidt
2019-06-13 00:03:52 +02:00
parent 3d34987b05
commit 2bca3df7f8

View File

@@ -97,18 +97,19 @@ body{
/* ############# PLAYER INFORMATION IN LINES ############# */
.playerRank{
margin-left:1%;
float: left;
width: 10%;
}
.playerName{
float: left;
width: 30%;
width: 25%;
}
.playerRating{
float: right;
width: 20%;
width: 15%;
text-align: right;
}
@@ -116,6 +117,7 @@ body{
float: right;
width: 20%;
text-align: right;
margin-right: 1%;
}
.playerWinratio{