izi-ici: reduce mobile menu size (#66703)

This commit is contained in:
Serghei Mihai 2022-07-19 11:09:09 +02:00
parent a9f6644814
commit 45c52e6986
1 changed files with 5 additions and 1 deletions

View File

@ -251,8 +251,12 @@ a.login-link, a.logout {
margin: 0;
border: 0;
position: absolute;
width: 100%;
right: 0;
width: 25%;
z-index: 200;
@media ($max-mobile-viewport) {
width: 100%;
}
li {
&:last-child {
border-bottom: 0;