Skip to content

Commit

Permalink
Merge pull request #1662 from ubuntu/feat/reduce-breakpoint-small
Browse files Browse the repository at this point in the history
feat: reducing the breakpoint
  • Loading branch information
d-loose committed Jun 4, 2024
2 parents acc65a0 + b099894 commit ec3fa65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app_center/lib/layout.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const kIconSize = 56.0;
const kCardSizeNormal = Size(416.0, 170.0);
const kCardSizeWide = Size(548.0, 170.0);

const kBreakPointSmall = 1280.0;
const kBreakPointSmall = 1080.0;
const kBreakPointLarge = 1680.0;

enum ResponsiveLayoutType {
Expand Down

0 comments on commit ec3fa65

Please sign in to comment.