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

jumbotron.css « jumbotron « examples « 4.3 « docs « site - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d751264eff13e677c08ddb4c19bad74a04fbc7ab (plain)
1
2
3
4
/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 3.5rem;
}