From 104477af17a7657f7df556fff3f448cd2d2a82fa Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Mon, 23 Jan 2017 12:20:07 +0100 Subject: Fix body padding in Dashboard and Jumbotron examples. The actual navbar height is 3.5rem. --- docs/examples/jumbotron/jumbotron.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/examples/jumbotron') diff --git a/docs/examples/jumbotron/jumbotron.css b/docs/examples/jumbotron/jumbotron.css index 2f72eb954..d751264ef 100644 --- a/docs/examples/jumbotron/jumbotron.css +++ b/docs/examples/jumbotron/jumbotron.css @@ -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; } -- cgit v1.2.3