diff --git a/index.html b/index.html
index 3a030de..fa2f99a 100644
--- a/index.html
+++ b/index.html
@@ -482,8 +482,8 @@
});
$('.menubiomi a').hover(function(){
$(this).toggleClass('menubiomi__a--open')
- $('.menubiomi__a--open span').animate({height: 100}, 25)
});
+
};
if($(window).width() <= 1366){
@@ -502,6 +502,7 @@
console.log($('.Global__header').hasClass('Global__header--fixed'));
$('.menubiomi').width(width);
$('.menubiomi').height(height);
+
};
});
diff --git a/style.css b/style.css
index b08038a..f4ede17 100644
--- a/style.css
+++ b/style.css
@@ -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); */