0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-29 21:52:22 +01:00

Fix body padding in Dashboard and Jumbotron examples.

The actual navbar height is 3.5rem.
This commit is contained in:
Geremia Taglialatela 2017-01-23 12:20:07 +01:00 committed by Bardi Harborow
parent c5a9ebf576
commit 104477af17
2 changed files with 4 additions and 4 deletions

View File

@ -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;
}
/*

View File

@ -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;
}