1
0
Fork 0
bootstrap-html/site/content/docs/5.3/examples/navbar-fixed/navbar-fixed.css
Daniel Baumann e1f69a237f
Adding upstream version 5.3.0+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-17 07:08:06 +01:00

5 lines
87 B
CSS

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