Created
March 24, 2020 11:10
-
-
Save ashour/774c5989fb7ba53b54f4742b95b0638a 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
| .menu-item { | |
| /* Margin at end of text, depending on layout | |
| direction and writing direction */ | |
| margin-inline-end: 1rem; | |
| } | |
| .menu-item:first-child { | |
| margin-inline-end: 0; | |
| } | |
| /* No need for directional overrides */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment