Doc: Fixes #7642: Fixed menu padding in narrower view

pull/7644/head
Laurent Cozic 2023-01-20 18:07:50 +00:00
parent 5ae866ea85
commit 90b04cbd37
1 changed files with 10 additions and 0 deletions

View File

@ -728,6 +728,16 @@ footer .bottom-links-row p {
}
}
/*****************************************************************
LARGE VIEW
*****************************************************************/
@media (max-width: 1200px) {
#nav-section a {
margin-left: 10px;
}
}
/*****************************************************************
MEDIUM VIEW
- Make menu bar elements smaller and closer to each others