1 2 3 4 5 6 7 8 9
<!-- To fix 3rd-level nav in cases such as https://developer.ubuntu.com/en/scopes/tutorials --> <style> @media only screen and (min-width: 769px) { .nav-secondary ul.breadcrumb li { margin-bottom: 80px; } } </style>