mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-30 11:10:23 +00:00
Example dashboard: Responsive padding-top of the main content (#26332)
This commit is contained in:
parent
49ca910667
commit
6bae9ef786
1 changed files with 7 additions and 1 deletions
|
|
@ -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 */
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue