Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save robhob/83b5e8b4dc26adc0a9d46e5d5aac552a to your computer and use it in GitHub Desktop.

Select an option

Save robhob/83b5e8b4dc26adc0a9d46e5d5aac552a to your computer and use it in GitHub Desktop.
/* Increased letter spacing on mobile menu */
.et_mobile_menu {
letter-spacing: 2px;
}
/* Increased font size on mobile menu */
.et_mobile_menu li a {
font-size: 18px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment