Welcome to mirror list, hosted at ThFree Co, Russian Federation.

responsive-768px-979px.less.svn-base « text-base « .svn « twbs-203 « less « assets « docs - github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 76f4f6df15049e3109879b082a0e2f8357e49e96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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);

  // No need to reset .thumbnails here since it's the same @gridGutterWidth

}