Skip to content

Commit

Permalink
tlcc: remove deprecated iframe attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelcmtd committed Nov 8, 2023
1 parent 7105f54 commit 709a8e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/tlcc.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import HeaderLogo from "../components/HeaderLogo.astro";
<Layout title="Trans Lesbian Badges">
<header><HeaderLogo>&nbsp;Trans Lesbian Badges</HeaderLogo></header>
<iframe
scrolling="no"
frameborder="no"
src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/782840377&color=%23ff5500&auto_play=false&hide_related=true"
></iframe>
<main>
Expand All @@ -26,6 +24,7 @@ import HeaderLogo from "../components/HeaderLogo.astro";
width: calc(min(100% - 10ch, 1000px));
height: 166px;
margin: 5ch;
border: 0;
}
main {
display: grid;
Expand Down

0 comments on commit 709a8e6

Please sign in to comment.