Skip to content

Commit

Permalink
Tweak! - Changed breakpoint for tablet from 1023px to 1024px - fix el…
Browse files Browse the repository at this point in the history
  • Loading branch information
arielk committed Nov 16, 2016
1 parent cac7fb2 commit 3a6a8c7
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 31 deletions.
12 changes: 6 additions & 6 deletions assets/css/editor-preview-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/editor-preview-rtl.min.css

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions assets/css/editor-preview.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/editor-preview.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/css/editor-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/editor-rtl.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/css/editor.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/editor.min.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions assets/css/frontend-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/frontend-rtl.min.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions assets/css/frontend.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/frontend.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/dev/scss/helpers/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ $panel-xl-width: 300px;
$breakpoints: (
sm: 480px, // Mobile landscape
md: 768px, // Tablet
lg: 1024px, // Desktop
lg: 1025px, // Desktop
xl: 1440px // Largest devices
);

Expand Down

0 comments on commit 3a6a8c7

Please sign in to comment.