mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-07 06:40:57 +00:00
11 lines
249 B
Text
11 lines
249 B
Text
//
|
|
// Responsive: Tablet to desktop
|
|
// --------------------------------------------------
|
|
|
|
|
|
@media (min-width: 768px) and (max-width: 979px) {
|
|
|
|
// Fixed grid
|
|
#grid > .core(@grid-column-width-768, @grid-gutter-width-768, @grid-row-width-768);
|
|
|
|
}
|