2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
+2 -2
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;
}
/*
+2 -2
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;
}