symposion_app/symposion_project/static/bootstrap/less/responsive-768px-979px.less

20 lines
463 B
Text
Raw Normal View History

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