0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-19 11:52:21 +01:00
Bootstrap/less/responsive-768px-979px.less

12 lines
249 B
Plaintext
Raw Normal View History

2012-06-28 21:46:45 -07:00
//
// Responsive: Tablet to desktop
// --------------------------------------------------
2012-03-22 21:54:54 -07:00
@media (min-width: 768px) and (max-width: 979px) {
// Fixed grid
2012-11-30 15:43:07 -08:00
#grid > .core(@grid-column-width-768, @grid-gutter-width-768, @grid-row-width-768);
2012-03-22 21:54:54 -07:00
}