mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 05:50:23 +00:00
Fix body padding in Dashboard and Jumbotron examples.
The actual navbar height is 3.5rem.
This commit is contained in:
parent
c5a9ebf576
commit
104477af17
2 changed files with 4 additions and 4 deletions
|
|
@ -2,9 +2,9 @@
|
|||
* Base structure
|
||||
*/
|
||||
|
||||
/* Move down content because we have a fixed navbar that is 50px tall */
|
||||
/* Move down content because we have a fixed navbar that is 3.5rem tall */
|
||||
body {
|
||||
padding-top: 50px;
|
||||
padding-top: 3.5rem;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* Move down content because we have a fixed navbar that is 50px tall */
|
||||
/* Move down content because we have a fixed navbar that is 3.5rem tall */
|
||||
body {
|
||||
padding-top: 2rem;
|
||||
padding-top: 3.5rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue