bootstrap/docs/5.0/examples/navbar-fixed/navbar-top-fixed.css

6 lines
87 B
CSS
Raw Normal View History

2020-12-08 00:28:07 +08:00
/* Show it is fixed to the top */
body {
min-height: 75rem;
padding-top: 4.5rem;
}