Skip to content

Commit

Permalink
fixup! feat: Update detour list page and table styles for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlarson committed Sep 9, 2024
1 parent 111a141 commit 6ed52d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/css/bootstrap/_variable_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ $service-alert: semantic.$service-alert;
$light: new_tokens.$gray-50;
$dark: new_tokens.$gray-900;

// These breakpoints are overridden in order to match with our old set
// of breakpoints, defined in _skate_ui.scss. Our long-term goal is to
// replace our "custom" breakpoint system with these bootstrap
// breakpoints, and then possibly to change these values to match our
// forward-looking designs.
$grid-breakpoints: (
xs: 0,

Expand Down

0 comments on commit 6ed52d0

Please sign in to comment.