hotfix mobile menu

This commit is contained in:
Adrian Thompson
2020-09-09 10:20:39 +02:00
parent 4e6121e618
commit fa6e5afa9c

View File

@@ -30,7 +30,6 @@
flex-direction: column;
justify-content: center;
align-items: center;
row-gap: 4px;
&:hover{
cursor: pointer;
}
@@ -52,10 +51,12 @@
span:first-child{
transform-origin: 0% 0%;
margin-bottom: 4px;
}
span:nth-last-child(2){
transform-origin: 0% 100%;
margin-bottom: 4px;
}
&.open{