Skip to content

Commit 6bae9ef

Browse files
ysdsXhmikosR
authored andcommitted
Example dashboard: Responsive padding-top of the main content (#26332)
1 parent 49ca910 commit 6bae9ef

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

site/docs/4.1/examples/dashboard/dashboard.css

+7-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,13 @@ body {
6767
*/
6868

6969
[role="main"] {
70-
padding-top: 48px; /* Space for fixed navbar */
70+
padding-top: 133px; /* Space for fixed navbar */
71+
}
72+
73+
@media (min-width: 768px) {
74+
[role="main"] {
75+
padding-top: 48px; /* Space for fixed navbar */
76+
}
7177
}
7278

7379
/*

0 commit comments

Comments
 (0)