Skip to content

Commit

Permalink
Merge pull request #200 from kennstenicht/fix-headings-links
Browse files Browse the repository at this point in the history
fix: align anchors icons and adjust size
  • Loading branch information
IgnaceMaes authored Jul 19, 2024
2 parents 13434f1 + ce39313 commit b04c5d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions guidemaker-ember-template/src/styles/addon.css
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ h4 > a,
h5 > a,
h6 > a {
margin-left: 12px;
vertical-align: middle;
vertical-align: baseline;
}

main h1 > a:link,
Expand All @@ -211,9 +211,11 @@ h3 > a > svg,
h4 > a > svg,
h5 > a > svg,
h6 > a > svg {
height: 18px;
height: 0.8em;
fill: var(--color-gray-600);
transform: rotate(45deg);
transition: fill 0.2s ease-in-out;
vertical-align: middle;
}

h1 > a:hover > svg,
Expand Down

0 comments on commit b04c5d2

Please sign in to comment.