dev.metalisp.sbt/examples/originals/navbar-fixed/navbar-fixed.css

6 lines
87 B
CSS
Raw Normal View History

2023-08-08 17:25:42 +02:00
/* Show it is fixed to the top */
body {
min-height: 75rem;
padding-top: 4.5rem;
}