mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
7 lines
182 B
CSS
7 lines
182 B
CSS
@media (max-width: 767px) {
|
|
/* On small screens, the nav menu spans the full width of the screen. Leave a space for it. */
|
|
.body-content {
|
|
padding-top: 50px;
|
|
}
|
|
}
|