Skip to content

Commit

Permalink
fix missing link
Browse files Browse the repository at this point in the history
  • Loading branch information
e111077 committed Feb 28, 2024
1 parent 3a59290 commit 006b891
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/lit-dev-content/site/css/home/5-who-is-using.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
margin-top: 3em;
}

#whoIsUsingLogos > a {
#whoIsUsingLogos > :is(a,.fakeAnchor) {
max-width: 7em;
height: 4.5em;
text-align: center;
Expand Down Expand Up @@ -93,7 +93,7 @@
text-decoration: underline;
}

#whoIsUsingLogos span {
#whoIsUsingLogos span:not(.fakeAnchor) {
display: block;
font-size: 0.72222em;
color: inherit;
Expand Down
4 changes: 2 additions & 2 deletions packages/lit-dev-content/site/home/5-who-is-using.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h1>
</div>
</a>

<a>
<span class="fakeAnchor">
<lazy-svg
svg-role="img"
label="Google"
Expand All @@ -67,7 +67,7 @@ <h1>
<div>
<span>Many projects</span>
</div>
</a>
</span>


<a target="_blank" rel="noopener" href="https://github.com/home-assistant/frontend#:~:text=lit-element">
Expand Down

0 comments on commit 006b891

Please sign in to comment.