Skip to content

Commit

Permalink
[Scorecards] Change homepage mobile table breakpoint.
Browse files Browse the repository at this point in the history
It uses Bootstrap large screen instead of random number.
  • Loading branch information
lucascumsille committed Feb 19, 2025
1 parent d747ee7 commit fa1985e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scoring/static/scoring/scss/scoring-table.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$table-desktop-breakpoint: 915px;
$table-desktop-breakpoint: map-get($grid-breakpoints, lg);
$border-table: 1px solid transparentize($color: $black, $amount: 1);

// Table scorecard Desktop
Expand Down

0 comments on commit fa1985e

Please sign in to comment.