diff --git a/stylesheets/style.css b/stylesheets/style.css index 815e1853..26b5cb75 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -2081,3 +2081,24 @@ span.orangeQuote { float: right; margin: 0em 1em; } + +/* Included embeds */ + +.tiktok-embed { + float: left; + margin: 0.6em 1em 0.2em 0.2em; + border-radius: 8px; + overflow: hidden; + max-width: min-content; + min-width: 325px; +} + +.tiktok-embed > iframe { + display: block; + visibility: unset; + border: none; + overflow: hidden; + width: 325px; + height: 739px; + max-height: 739px; +}