summaryrefslogtreecommitdiffstats
path: root/site/content/docs/5.2/examples/navbar-fixed/navbar-top-fixed.css
blob: c77c0c1475bd7d71a83a731f091789b15f5a2a14 (plain)
1
2
3
4
5
/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 4.5rem;
}