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