1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 09:46:57 +01:00

update new breakpoints in js too

This commit is contained in:
Matthias Kretschmann 2016-02-10 13:08:44 +01:00
parent 5360bec890
commit 02041493e3

View File

@ -31,10 +31,10 @@ var GoogleAnalytics = (function(w,d) {
var timeout; var timeout;
var breakpoints = { var breakpoints = {
xs: '(max-width: 34.999em)', xs: '(max-width: 39.999em)',
sm: '(min-width: 35em) and (max-width: 44.999)', sm: '(min-width: 40em) and (max-width: 49.999)',
md: '(min-width: 45em) and (max-width: 74.999)', md: '(min-width: 50em) and (max-width: 84.999)',
lg: '(min-width: 75em)' lg: '(min-width: 85em)'
}; };
Object.keys(breakpoints).forEach(function(breakpoint) { Object.keys(breakpoints).forEach(function(breakpoint) {