Skip to content

Instantly share code, notes, and snippets.

@ashour
Created March 24, 2020 11:04
Show Gist options
  • Save ashour/360053290045ba8006e703354616a053 to your computer and use it in GitHub Desktop.
Save ashour/360053290045ba8006e703354616a053 to your computer and use it in GitHub Desktop.
.menu-item {
margin-right: 1rem;
}
.menu-item:first-child {
margin-right: 0;
}
[dir="rtl"] .menu-item {
margin-right: 0;
margin-left: 1rem;
}
[dir="rtl"] .menu-item {
margin-left: 0;
margin-right: 1rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment