Commit 6bae9ef7 authored by ysds's avatar ysds Committed by XhmikosR
Browse files

Example dashboard: Responsive padding-top of the main content (#26332)

parent 49ca9106
2 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes
Showing with 7 additions and 1 deletion
+7 -1
......@@ -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 */
}
}
/*
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment