1
0
Fork 0
bootstrap-html/site/content/docs/5.2/examples/navbar-fixed/navbar-top-fixed.css
Daniel Baumann bc475d7d0d
Adding upstream version 5.2.3+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-17 07:02:47 +01:00

5 lines
87 B
CSS

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