diff --git a/yt-embed/yt-embed.css b/yt-embed/yt-embed.css index 43fb63a..4abd45d 100644 --- a/yt-embed/yt-embed.css +++ b/yt-embed/yt-embed.css @@ -1,6 +1,7 @@ .yt-embed { - width: 100%; - height: 100%; + width: 98%; + height: 98%; + padding: 1%; display: flex; justify-content: center; align-items: center; @@ -22,4 +23,4 @@ text-decoration: none; font-size: 1rem; cursor: pointer; -} \ No newline at end of file +}