From 702d4c8fa1b32de7798a75bb66db63395852c2ed Mon Sep 17 00:00:00 2001 From: Laura van Helvoort <105433238+liquidely@users.noreply.github.com> Date: Thu, 7 Mar 2024 10:00:28 +0100 Subject: [PATCH] feat(match2): decrease padding in BR for placements and kills (#4073) --- stylesheets/commons/BattleRoyale/PanelTable.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/commons/BattleRoyale/PanelTable.less b/stylesheets/commons/BattleRoyale/PanelTable.less index 598d70fea8c..61bdf30618f 100644 --- a/stylesheets/commons/BattleRoyale/PanelTable.less +++ b/stylesheets/commons/BattleRoyale/PanelTable.less @@ -189,7 +189,7 @@ Author(s): Elysienna display: flex; justify-content: center; align-items: center; - padding: 0.75rem 0; + padding: 0.5rem 0; background-color: #fafafa; } @@ -198,7 +198,7 @@ Author(s): Elysienna display: flex; justify-content: center; align-items: center; - padding: 0.75rem 0; + padding: 0.5rem 0; .panel-table__row:not( .row--header ) & { background-color: #ffffff;