IKTprojektmunka/assets/bootstrap-examples/navbar-fixed/navbar-top-fixed.css

6 lines
87 B
CSS
Raw Normal View History

2022-10-13 16:09:47 +00:00
/* Show it is fixed to the top */
body {
min-height: 75rem;
padding-top: 4.5rem;
}