Skip to content

Instantly share code, notes, and snippets.

@andrewvink
Created September 11, 2015 12:28
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 andrewvink/17371b455b5f4f91759e to your computer and use it in GitHub Desktop.
Save andrewvink/17371b455b5f4f91759e to your computer and use it in GitHub Desktop.
2015 (v3) - Mobile Menu Title
/* Align Title Element */
.mobile-title {
display: inline-block;
margin-left: 10px;
font-size: 14px;
font-family: Helvetica, Arial, sans-serif;
}
/* Title */
.mobile-title:before {
content: 'Menu';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment