Browse Source

Large monitor breakpoint now corresponds with container breakpoint

pull/2390/head
jlukic 9 years ago
parent
commit
781fa9d3d7
1 changed files with 1 additions and 1 deletions
  1. 2
      src/themes/default/globals/site.variables

2
src/themes/default/globals/site.variables

@ -147,7 +147,7 @@
@mobileBreakpoint : 320px;
@tabletBreakpoint : 768px;
@computerBreakpoint : 992px;
@largeMonitorBreakpoint : 1400px;
@largeMonitorBreakpoint : 1200px;
@widescreenMonitorBreakpoint : 1920px;
/*-------------------

Loading…
Cancel
Save