Skip to content

Commit

Permalink
google fonts api link fix (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaozler authored Oct 23, 2024
2 parents c48a65f + 6a48414 commit 608e467
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spirekey-web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link rel="icon" href="favicon.svg" type="image/svg+xml" />

<link
href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,[email protected]&family=Kode+Mono:[email protected]&display=swap"
href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&family=Kode+Mono:[email protected]&display=swap"
rel="stylesheet"
/>
</head>
Expand Down Expand Up @@ -86,7 +86,7 @@ <h4>
Chainweaver V3 Alpha
</a>
</h4>
<p>
<p class="small">
Experience Kadena SpireKey authentication showcased with demo
wallet functionality
</p>
Expand All @@ -100,13 +100,13 @@ <h4>
>NFT Minting</a
>
</h4>
<p>Mint your own demo NFT using Kadena SpireKey authentication</p>
<p class="small">Mint your own demo NFT using Kadena SpireKey authentication</p>
</div>
</div>
</section>
</div>
<footer class="action-bar">
<p>Not a developer?</p>
<p class="small">Not a developer?</p>
<a
class="button outline"
href="https://kadena.io/spirekey"
Expand Down
7 changes: 7 additions & 0 deletions spirekey-web/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,13 @@ h3 {
margin-block-end: 1rem;
}

p {
&.small {
font-size: 0.875rem;
line-height: 1.125rem;
}
}

.logo {
padding-block-end: 0rem;
}
Expand Down

0 comments on commit 608e467

Please sign in to comment.