Skip to content

Commit

Permalink
add rounded corners to video
Browse files Browse the repository at this point in the history
  • Loading branch information
cogniSyb committed Jan 9, 2024
1 parent ed31152 commit bc46058
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions blocks/embed/embed.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
gap: 16px;
}

.embed.single-video .embed-video-element {
border-radius: var(--border-radius);
}

@media screen and (min-width: 768px) {
.embed-video {
width: 726px;
Expand Down

0 comments on commit bc46058

Please sign in to comment.