1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 19:06:40 +02:00

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

This commit is contained in:
ysds
2018-10-21 16:56:53 +09:00
committed by XhmikosR
parent 49ca910667
commit 6bae9ef786

View File

@@ -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 */
}
}
/*