Skip to content

Commit

Permalink
fix off center ublog youtube embed
Browse files Browse the repository at this point in the history
  • Loading branch information
schlawg committed Jun 22, 2024
1 parent a2fbc2f commit 6ece6e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/common/css/component/_markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,10 @@
@mixin rendered-markdown--embed {
.embed {
@extend %video;

margin: $block-gap auto;
> iframe {
left: 0;
}
}

.twitter-tweet {
Expand Down

0 comments on commit 6ece6e0

Please sign in to comment.