diff options
| author | Pierre-Denis Vanduynslager <[email protected]> | 2017-03-18 22:08:55 -0400 |
|---|---|---|
| committer | Pierre-Denis Vanduynslager <[email protected]> | 2017-03-18 22:08:55 -0400 |
| commit | f5cc59145642d78d7abbdf38fee1905786da5367 (patch) | |
| tree | 94e9454a55f9a55353a0ade4bebb7935d03e7da1 /docs/examples/dashboard | |
| parent | 4ab576a41941b720e2f6fa77724203f66a1d3a17 (diff) | |
| parent | 192a8af0dfcdb5d64a5f273b804011bdcd5d2436 (diff) | |
| download | bootstrap-f5cc59145642d78d7abbdf38fee1905786da5367.tar.xz bootstrap-f5cc59145642d78d7abbdf38fee1905786da5367.zip | |
Merge branch 'twbs/v4-dev' into dropdown-keyboard
Diffstat (limited to 'docs/examples/dashboard')
| -rw-r--r-- | docs/examples/dashboard/dashboard.css | 4 |
1 files changed, 2 insertions, 2 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; } /* |
