added css changes, modified jquery.greedy-navigation and built the main.min.js again

This commit is contained in:
Miguel Belardinelli Prytoluk
2020-08-28 17:41:29 -03:00
parent b7144931c7
commit e0b0448f05
3 changed files with 75 additions and 16 deletions

View File

@ -184,6 +184,8 @@
margin: 0 1rem;
color: $masthead-link-color;
text-decoration: none;
-webkit-transition: none;
transition: none;
&:hover {
color: $masthead-link-color-hover;
@ -198,6 +200,11 @@
margin-left: 0;
}
}
img{
-webkit-transition: none;
transition: none;
}
&__toggle {
-ms-flex-item-align: center;