From 2d7c7937d0047cd218fa9c1ebbe197cbc435f7ae Mon Sep 17 00:00:00 2001 From: Liam <67254223+RealFascinated@users.noreply.github.com> Date: Tue, 11 Oct 2022 13:51:48 +0100 Subject: [PATCH] Changed line height on player info --- styles/playerStats.module.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles/playerStats.module.css b/styles/playerStats.module.css index b51ee50..06a6180 100644 --- a/styles/playerStats.module.css +++ b/styles/playerStats.module.css @@ -6,7 +6,7 @@ .playerStatsContainer p { font-size: xx-large; - line-height: 1.4em !important; + line-height: 1.2em; } .playerCountry { @@ -15,7 +15,7 @@ } .playerCountry span { - margin-top: 3px; + margin-top: 5px; } .playerCountry p { @@ -23,7 +23,7 @@ } .playerCountryIcon { - margin-top: 7px; + margin-top: 3px; border-radius: 30%; }