Commit b688d8dc authored by Mark Otto's avatar Mark Otto

More accurate padding for fixed navbars at >768px

parent f38e50cd
...@@ -536,7 +536,7 @@ input.focused { ...@@ -536,7 +536,7 @@ input.focused {
/* Account for fixed navbar (which is static to start) */ /* Account for fixed navbar (which is static to start) */
body { body {
padding-top: 62px; /* Default height of navbar */ padding-top: 50px; /* Default height of navbar */
} }
/* Tweak display of docs jumbotrons */ /* Tweak display of docs jumbotrons */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment