BS3 has new breaking points:

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm) { ... }

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md) { ... }

/* Large devices (large desktops, 1200px and up) */

Patch included

CommentFileSizeAuthor
bootstrap-update-grid.patch657 byteskslonka
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

wundo’s picture

Status: Needs review » Fixed

Committed, thanks ;)

valkum’s picture

Im not sure if this patch meets the mobile first guide.
We should stick with BS3's definitions of media queries. There is an patch out for override.less with new mobile first queries.
Ranges are not really mobile first.

markhalliwell’s picture

Version: 7.x-3.x-dev » 7.x-3.0-rc1

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.