hotfix mobile menu
This commit is contained in:
@@ -30,7 +30,6 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
row-gap: 4px;
|
|
||||||
&:hover{
|
&:hover{
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
@@ -52,10 +51,12 @@
|
|||||||
|
|
||||||
span:first-child{
|
span:first-child{
|
||||||
transform-origin: 0% 0%;
|
transform-origin: 0% 0%;
|
||||||
|
margin-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
span:nth-last-child(2){
|
span:nth-last-child(2){
|
||||||
transform-origin: 0% 100%;
|
transform-origin: 0% 100%;
|
||||||
|
margin-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.open{
|
&.open{
|
||||||
|
|||||||
Reference in New Issue
Block a user