diff options
| author | Geremia Taglialatela <[email protected]> | 2017-01-23 12:20:07 +0100 |
|---|---|---|
| committer | Bardi Harborow <[email protected]> | 2017-01-23 22:20:07 +1100 |
| commit | 104477af17a7657f7df556fff3f448cd2d2a82fa (patch) | |
| tree | bca6c278f0932f8ac814ab91eb5b2480d3f4f8f7 /docs | |
| parent | c5a9ebf57635cdf5096e76be961a05367edd3ddf (diff) | |
| download | bootstrap-104477af17a7657f7df556fff3f448cd2d2a82fa.tar.xz bootstrap-104477af17a7657f7df556fff3f448cd2d2a82fa.zip | |
Fix body padding in Dashboard and Jumbotron examples.
The actual navbar height is 3.5rem.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/examples/dashboard/dashboard.css | 4 | ||||
| -rw-r--r-- | docs/examples/jumbotron/jumbotron.css | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/examples/dashboard/dashboard.css b/docs/examples/dashboard/dashboard.css index 99f2962b5..b1248cd68 100644 --- a/docs/examples/dashboard/dashboard.css +++ b/docs/examples/dashboard/dashboard.css @@ -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; } /* 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; } |
