Skip to content

Commit

Permalink
fix: iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardoSM committed Sep 11, 2023
1 parent 9b86c58 commit 78f454c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/assets/styles/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,8 @@
#nuxt_content code .line.highlight {
@apply pl-3 pr-4 border-l-[2px] border-zinc-950 bg-zinc-50;
}

#nuxt_content iframe {
@apply w-full aspect-video h-auto;
}
}

0 comments on commit 78f454c

Please sign in to comment.