mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
update new breakpoints in js too
This commit is contained in:
parent
5360bec890
commit
02041493e3
@ -31,10 +31,10 @@ var GoogleAnalytics = (function(w,d) {
|
||||
var timeout;
|
||||
|
||||
var breakpoints = {
|
||||
xs: '(max-width: 34.999em)',
|
||||
sm: '(min-width: 35em) and (max-width: 44.999)',
|
||||
md: '(min-width: 45em) and (max-width: 74.999)',
|
||||
lg: '(min-width: 75em)'
|
||||
xs: '(max-width: 39.999em)',
|
||||
sm: '(min-width: 40em) and (max-width: 49.999)',
|
||||
md: '(min-width: 50em) and (max-width: 84.999)',
|
||||
lg: '(min-width: 85em)'
|
||||
};
|
||||
|
||||
Object.keys(breakpoints).forEach(function(breakpoint) {
|
||||
|
Loading…
Reference in New Issue
Block a user