Changed line height on player info

This commit is contained in:
Liam 2022-10-11 13:51:48 +01:00
parent ab299cc2d4
commit 2d7c7937d0

@ -6,7 +6,7 @@
.playerStatsContainer p { .playerStatsContainer p {
font-size: xx-large; font-size: xx-large;
line-height: 1.4em !important; line-height: 1.2em;
} }
.playerCountry { .playerCountry {
@ -15,7 +15,7 @@
} }
.playerCountry span { .playerCountry span {
margin-top: 3px; margin-top: 5px;
} }
.playerCountry p { .playerCountry p {
@ -23,7 +23,7 @@
} }
.playerCountryIcon { .playerCountryIcon {
margin-top: 7px; margin-top: 3px;
border-radius: 30%; border-radius: 30%;
} }