1
0
Fork 0
bootstrap-html/site/content/docs/5.2/examples/navbar-fixed/navbar-top-fixed.css
Daniel Baumann 5d8756ab77
Adding upstream version 5.2.3+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-08 17:44:06 +02:00

5 lines
87 B
CSS

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