mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 15:30:23 +00:00
More accurate padding for fixed navbars at >768px
This commit is contained in:
parent
f38e50cdf1
commit
b688d8dcd4
1 changed files with 1 additions and 1 deletions
|
|
@ -536,7 +536,7 @@ input.focused {
|
|||
|
||||
/* Account for fixed navbar (which is static to start) */
|
||||
body {
|
||||
padding-top: 62px; /* Default height of navbar */
|
||||
padding-top: 50px; /* Default height of navbar */
|
||||
}
|
||||
|
||||
/* Tweak display of docs jumbotrons */
|
||||
|
|
|
|||
Loading…
Reference in a new issue