Skip to content

Commit

Permalink
feature(#812): add breakpoint xxl for 1920 px
Browse files Browse the repository at this point in the history
- this will be used in the tile view for a responsive design
  • Loading branch information
RueRivoli authored and carsoli committed Nov 9, 2023
1 parent 9302581 commit 41a551d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/kotti-ui/source/kotti-style/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ $size-md: 840px !default;
$size-lg: 960px !default;
$size-xl: 1280px !default;
$size-2x: 1440px !default;
$size-3x: 1920px !default;

$responsive-breakpoint: $size-xs !default;

Expand Down

0 comments on commit 41a551d

Please sign in to comment.