php-dev-container-starter/app/public/navbar-fixed.css

6 lines
87 B
CSS
Raw Normal View History

2024-02-16 09:01:27 +01:00
/* Show it is fixed to the top */
body {
min-height: 75rem;
padding-top: 4.5rem;
}