Skip to content

Commit

Permalink
feat(match2): decrease padding in BR for placements and kills (#4073)
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidely authored Mar 7, 2024
1 parent 5c54f53 commit 702d4c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stylesheets/commons/BattleRoyale/PanelTable.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand All @@ -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;
Expand Down

0 comments on commit 702d4c8

Please sign in to comment.