Skip to content

Commit

Permalink
Fix display of prototype video link
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Dec 10, 2024
1 parent e583b01 commit c8b9815
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@
}
}

a[href^="https://asciinema.org"]
{
display: inline-block;
}

.app-example-page {
min-height: auto;
padding: spacing.space(2);
Expand Down

0 comments on commit c8b9815

Please sign in to comment.