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

responsive-1200px-min.less « less - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 32da5cb89e784a1af8817b40a0bf5c9592f71cb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
// Responsive: Large desktop and up
// --------------------------------------------------


@media (min-width: 1200px) {

  // Set the container width, and override it for fixed navbars in media queries
  .container {
    max-width: 1170px;
  }

  // Fixed grid
  #grid > .core(@grid-column-width-1200, @grid-gutter-width-1200, @grid-row-width-1200);
  // #grid > .input(@grid-column-width-1200, @grid-gutter-width-1200, @grid-row-width-1200);

}