mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 11:00:56 +02:00
Example dashboard: Responsive padding-top of the main content (#26332)
This commit is contained in:
@@ -67,7 +67,13 @@ body {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
[role="main"] {
|
[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 */
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user