Sha256: 5e360ac0dcd9a2e58d47c0ad1ac2b9e05e235b30c6cd9a66276a887b679761bf

Contents?: true

Size: 490 Bytes

Versions: 4

Compression:

Stored size: 490 Bytes

Contents

//
// Responsive: Tablet to desktop
// --------------------------------------------------


@media (min-width: 768px) and (max-width: 979px) {

  // Fixed grid
  @include ctb-grid-core($gridColumnWidth768, $gridGutterWidth768);

  // Fluid grid
  @include ctb-grid-fluid($fluidGridColumnWidth768, $fluidGridGutterWidth768);

  // Input grid
  @include ctb-grid-input($gridColumnWidth768, $gridGutterWidth768);

  // No need to reset .thumbnails here since it's the same $gridGutterWidth

}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
compass_twitter_bootstrap-2.3.1 stylesheets/compass_twitter_bootstrap/_responsive-768px-979px.scss
compass_twitter_bootstrap-2.2.2.2 stylesheets/compass_twitter_bootstrap/_responsive-768px-979px.scss
compass_twitter_bootstrap-2.2.2.1 stylesheets/compass_twitter_bootstrap/_responsive-768px-979px.scss
compass_twitter_bootstrap-2.2.2 stylesheets/compass_twitter_bootstrap/_responsive-768px-979px.scss