Created
December 2, 2022 18:22
-
-
Save VihangaN/e7b1ebb6871a23f85f5a905f209710e5 to your computer and use it in GitHub Desktop.
This file contains 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
/* overriding theme class to align icons properly */ | |
a.sf-sub-menu__link { | |
display: flex; | |
gap:1rem; | |
align-items: center; | |
} | |
/* icon styles */ | |
i{ | |
font-weight: 500; | |
-webkit-text-stroke: .19px; /* this will increase icon thickness */ | |
text-stroke: .19px; /* this will increase icon thickness increase icon thickness */ | |
margin-top:-.2rem; | |
font-size: 3.4rem; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment