2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

More accurate padding for fixed navbars at >768px

This commit is contained in:
Mark Otto
2013-02-16 00:20:20 -08:00
parent f38e50cdf1
commit b688d8dcd4
+1 -1
View File
@@ -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 */