mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
16 lines
287 B
Text
16 lines
287 B
Text
|
// PORTRAIT TABLET TO DEFAULT DESKTOP
|
||
|
// ----------------------------------
|
||
|
|
||
|
@media (min-width: 768px) and (max-width: 979px) {
|
||
|
|
||
|
// Fixed grid
|
||
|
#grid > .core(42px, 20px);
|
||
|
|
||
|
// Fluid grid
|
||
|
#grid > .fluid(5.801104972%, 2.762430939%);
|
||
|
|
||
|
// Input grid
|
||
|
#grid > .input(42px, 20px);
|
||
|
|
||
|
}
|