php-dev-container-starter/app/public/navbar-fixed.css
2024-02-16 09:01:27 +01:00

5 lines
87 B
CSS

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