patch: left-menu - styles on admin-menu

This commit is contained in:
gaelle morin
2021-04-02 09:52:47 +02:00
parent 8de6a5dd4b
commit b9e12293eb
2 changed files with 7 additions and 4 deletions

View File

@ -101,14 +101,17 @@ nav#main__menu {
.menu-admin {
position: absolute;
z-index: 3016;
left: 48px;
bottom: 37px;
left: 78px;
top: 36px;
text-align: end;
width: 64%;
@media (max-width: 768px) {
width: 100%;
left: 0;
height: 9vh;
top: 0;
text-align: center;
}
}
}