Skip to content

Commit

Permalink
Fontello + JS Responsive Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Oct 15, 2019
1 parent 8fa64be commit f4151ce
Show file tree
Hide file tree
Showing 19 changed files with 297 additions and 143 deletions.
2 changes: 1 addition & 1 deletion themes/cadouri/_dev/js/responsive.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import prestashop from 'prestashop';
prestashop.responsive = prestashop.responsive || {};

prestashop.responsive.current_width = $(window).width();
prestashop.responsive.min_width = 768;
prestashop.responsive.min_width = 991;
prestashop.responsive.mobile = prestashop.responsive.current_width < prestashop.responsive.min_width;

function swapChildren(obj1, obj2)
Expand Down
2 changes: 1 addition & 1 deletion themes/cadouri/assets/cache/bottom-dfe89685.js

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

Binary file modified themes/cadouri/assets/fonts/fontello.eot
Binary file not shown.
20 changes: 20 additions & 0 deletions themes/cadouri/assets/fonts/fontello.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/cadouri/assets/fonts/fontello.ttf
Binary file not shown.
Binary file modified themes/cadouri/assets/fonts/fontello.woff
Binary file not shown.
Binary file modified themes/cadouri/assets/fonts/fontello.woff2
Binary file not shown.
Loading

0 comments on commit f4151ce

Please sign in to comment.