From 88e004578ded4434a795ad3d5e447b02ae9be647 Mon Sep 17 00:00:00 2001 From: ysds Date: Wed, 18 Apr 2018 12:28:02 +0900 Subject: [PATCH] Responsive padding-top of the main content --- docs/4.1/examples/dashboard/dashboard.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/4.1/examples/dashboard/dashboard.css b/docs/4.1/examples/dashboard/dashboard.css index 39180973996c..628fc717fa44 100644 --- a/docs/4.1/examples/dashboard/dashboard.css +++ b/docs/4.1/examples/dashboard/dashboard.css @@ -67,7 +67,13 @@ body { */ [role="main"] { - padding-top: 48px; /* Space for fixed navbar */ + padding-top: 133px; /* Space for fixed navbar */ +} + +@media (min-width: 768px) { + [role="main"] { + padding-top: 48px; /* Space for fixed navbar */ + } } /*