Commit 104477af authored by Geremia Taglialatela's avatar Geremia Taglialatela Committed by Bardi Harborow
Browse files

Fix body padding in Dashboard and Jumbotron examples.

The actual navbar height is 3.5rem.
parent c5a9ebf5
Showing with 4 additions and 4 deletions
+4 -4
......@@ -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;
}
/*
......
/* 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;
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment