bootstrap5/site/content/docs/5.2/examples/navbar-fixed/navbar-top-fixed.css
ThePetrovich eec942e2b4 customize
2026-06-16 22:46:11 +09:00

5 lines
87 B
CSS

/* Show it is fixed to the top */
body {
min-height: 75rem;
padding-top: 4.5rem;
}