mdb-ui-kit/docs/4.0/examples/navbar-top-fixed/navbar-top-fixed.css
Federico Zivolo 7b73115606 publish: fix: remove nojekyll...
generated from commit 24d054d4df
2017-08-31 14:49:19 +02:00

6 lines
87 B
CSS
Executable File

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