X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fthemes%2Fcontrib%2Fbootstrap%2Fbootstrap.breakpoints.yml;h=0c16ad5b094bd64ec820173fecd1e94377b443d6;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=c34e370d7556c72060cce73c33f62e09399d94ab;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/themes/contrib/bootstrap/bootstrap.breakpoints.yml b/web/themes/contrib/bootstrap/bootstrap.breakpoints.yml index c34e370d7..0c16ad5b0 100644 --- a/web/themes/contrib/bootstrap/bootstrap.breakpoints.yml +++ b/web/themes/contrib/bootstrap/bootstrap.breakpoints.yml @@ -4,33 +4,39 @@ bootstrap.screen-xs-max: weight: 1 multipliers: - 1x + - 2x bootstrap.screen-sm-min: label: screen-sm-min mediaQuery: 'all and (min-width: 768px)' - weight: 1 + weight: 2 multipliers: - 1x + - 2x bootstrap.screen-sm-max: label: screen-sm-max mediaQuery: 'all and (max-width: 991px)' - weight: 1 + weight: 3 multipliers: - 1x + - 2x bootstrap.screen-md-min: label: screen-md-min mediaQuery: 'all and (min-width: 992px)' - weight: 1 + weight: 4 multipliers: - 1x + - 2x bootstrap.screen-md-max: label: screen-md-max mediaQuery: 'all and (max-width: 1199px)' - weight: 1 + weight: 5 multipliers: - 1x + - 2x bootstrap.screen-lg-min: label: screen-lg-min mediaQuery: 'all and (min-width: 1200px)' - weight: 1 + weight: 6 multipliers: - 1x + - 2x