fix: easier navigation with fixed menu

This commit is contained in:
administrateur 2021-03-29 21:03:26 +02:00
parent 31ebbb4464
commit 441cca4819
1 changed files with 14 additions and 0 deletions

View File

@ -257,4 +257,18 @@ flex-wrap: wrap;
{
padding-bottom: 25px;
padding-top: 10px;
background: white;
}
#j1_1
{
position: fixed;
}
@media (max-width: 767px) {
#j1_1 {
position: relative;
margin-bottom: 50px;
}
}