Skip to content

Commit

Permalink
fix: updated breakpoint for tablet portrait
Browse files Browse the repository at this point in the history
  • Loading branch information
jorik12345 committed Jul 29, 2021
1 parent 8d5da20 commit 7a70fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/functions/_breakpoint.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$global-breakpoints: (
mobile: 0, //Is used to generate 'base classes' without responsive modifier, for example in paddings/margins
tablet-portrait: 600px,
tablet-landscape: 900px,
tablet-landscape: 990px,
desktop: 1200px,
fullhd: 1800px
) !default;
Expand Down

0 comments on commit 7a70fd0

Please sign in to comment.