diff --git a/docs/4.1/examples/dashboard/dashboard.css b/docs/4.1/examples/dashboard/dashboard.css index 39180973996c..605d633771b6 100644 --- a/docs/4.1/examples/dashboard/dashboard.css +++ b/docs/4.1/examples/dashboard/dashboard.css @@ -105,3 +105,9 @@ body { .border-top { border-top: 1px solid #e5e5e5; } .border-bottom { border-bottom: 1px solid #e5e5e5; } + +@media (max-width: 768px) { + [role="main"] { + padding-top: 135px; + } +}