navbar-top-fixed.css 87 B

12345
  1. /* Show it is fixed to the top */
  2. body {
  3. min-height: 75rem;
  4. padding-top: 4.5rem;
  5. }