diff --git a/site/docs/4.4/examples/dashboard/dashboard.css b/site/docs/4.4/examples/dashboard/dashboard.css index 2ca0a4e0eb..b71942ad1c 100644 --- a/site/docs/4.4/examples/dashboard/dashboard.css +++ b/site/docs/4.4/examples/dashboard/dashboard.css @@ -28,7 +28,6 @@ body { } } - .sidebar-sticky { position: relative; top: 0; @@ -69,20 +68,6 @@ body { text-transform: uppercase; } -/* - * Content - */ - -[role="main"] { - padding-top: 133px; /* Space for fixed navbar */ -} - -@media (min-width: 768px) { - [role="main"] { - padding-top: 48px; /* Space for fixed navbar */ - } -} - /* * Navbar */ @@ -96,8 +81,8 @@ body { } .navbar .navbar-toggler { - top: 4px; - right: 4px; + top: .25rem; + right: 1rem; } .navbar .form-control { diff --git a/site/docs/4.4/examples/dashboard/index.html b/site/docs/4.4/examples/dashboard/index.html index 998364ae3d..560d28ee1d 100644 --- a/site/docs/4.4/examples/dashboard/index.html +++ b/site/docs/4.4/examples/dashboard/index.html @@ -8,7 +8,7 @@ extra_js: - "dashboard.js" --- -