mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-07 04:54:24 +01: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,9 +2,9 @@
|
|||||||
* Base structure
|
* 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 {
|
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 {
|
body {
|
||||||
padding-top: 2rem;
|
padding-top: 3.5rem;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user