mdb-ui-kit/docs/4.0/examples/navbar-top-fixed/navbar-top-fixed.css
FezVrasta 750ba9b897 The big leap 🚀💨
2017-08-11 16:59:31 +02:00

6 lines
87 B
CSS
Executable File

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