Skip to content

Commit

Permalink
Palle XXV fix
Browse files Browse the repository at this point in the history
  • Loading branch information
G1gg4N1qq4 committed Feb 25, 2024
1 parent dfd5043 commit 86c768a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -482,8 +482,8 @@ <h3 >
});
$('.menubiomi a').hover(function(){
$(this).toggleClass('menubiomi__a--open')
$('.menubiomi__a--open span').animate({height: 100}, 25)
});

};

if($(window).width() <= 1366){
Expand All @@ -502,6 +502,7 @@ <h3 >
console.log($('.Global__header').hasClass('Global__header--fixed'));
$('.menubiomi').width(width);
$('.menubiomi').height(height);

};

});
Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1175,12 +1175,12 @@ main{z-index: 0;}
transition: 0.2s;
transition-timing-function: ease;
}
.menubiomi__a--open{
.menubiomi__a--open:hover{
color: #00841f;
transition: 0.5s;
transition-timing-function: ease;
}
.menubiomi__a--open span{
.menubiomi__a--open:hover span{
top: 0%;

/* background:rgba(36,255,255,1); */
Expand Down

0 comments on commit 86c768a

Please sign in to comment.