Skip to content

Commit

Permalink
fix styles on header anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
pettinarip committed Sep 2, 2022
1 parent afe3c84 commit 249ee2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/@chakra-ui/gatsby-plugin/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ const styles = {
// Anchor tag styles
// Selected specifically for mdx rendered side icon link
".header-anchor": {
position: "relative",
position: "relative !important",
display: "initial",
marginLeft: "-1.5em",
paddingRight: "0.5rem",
paddingRight: "0.5rem !important",
fontSize: "1rem",
verticalAlign: "middle",

Expand Down

0 comments on commit 249ee2e

Please sign in to comment.