Skip to content

Instantly share code, notes, and snippets.

@johnnya23
Created June 3, 2021 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnnya23/0b2c268f041d9ac24b92c997bbe99d6b to your computer and use it in GitHub Desktop.
Save johnnya23/0b2c268f041d9ac24b92c997bbe99d6b to your computer and use it in GitHub Desktop.
.jma-sticky-menu .nav > li > a {
transition: all 1s;
}
.jma-sticky-menu.jma-fixed .nav > li > a {
padding-top: 11px !important;
padding-bottom: 11px !important;
}
.jma-sticky-menu img {
transition: all 1s;
}
.jma-sticky-menu.jma-fixed img {
max-width: 50%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment