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

navbar-top-fixed.css « navbar-fixed « examples « 5.1 « docs « content « site - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c77c0c1475bd7d71a83a731f091789b15f5a2a14 (plain)
1
2
3
4
5
/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 4.5rem;
}