mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
6 lines
172 B
CSS
6 lines
172 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 {
|
|
padding-top: 50px;
|
|
}
|
|
} |