Last active
May 8, 2016 15:36
-
-
Save samikeijonen/f9ea61a63c5439fd356c825072a143f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .icon { | |
| display: inline-block; | |
| fill: currentColor; | |
| height: 1em; | |
| width: 1em; | |
| vertical-align: middle; | |
| position: relative; /* Align more nicely with capital letters */ | |
| top: -0.0625em; | |
| } | |
| .menu-social .icon { | |
| color: #fafafa; | |
| width: 2em; | |
| height: 2em; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment