2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

add the broken out responsive files

This commit is contained in:
Mark Otto
2012-03-22 21:54:54 -07:00
parent ab068f6fda
commit 20da2c8ea0
5 changed files with 337 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
// 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);
}