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

sticky-footer.css « sticky-footer « examples « 4.6 « docs « content « site - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7e85cdd2aae664c8fc82244b5814b3bdf91a1951 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}

.footer {
  background-color: #f5f5f5;
}