0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Bootstrap/less/responsive-768px-979px.less

20 lines
463 B
Plaintext
Raw Normal View History

2012-06-29 06:46:45 +02:00
//
// Responsive: Tablet to desktop
// --------------------------------------------------
2012-03-23 05:54:54 +01:00
@media (min-width: 768px) and (max-width: 979px) {
// Fixed grid
#grid > .core(@gridColumnWidth768, @gridGutterWidth768);
2012-03-23 05:54:54 +01:00
// Fluid grid
#grid > .fluid(@fluidGridColumnWidth768, @fluidGridGutterWidth768);
2012-03-23 05:54:54 +01:00
// Input grid
#grid > .input(@gridColumnWidth768, @gridGutterWidth768);
2012-03-23 05:54:54 +01:00
// No need to reset .thumbnails here since it's the same @gridGutterWidth
2012-03-23 05:54:54 +01:00
}