fix(embed): resolved embed width

This commit is contained in:
trashtemp 2022-01-13 22:52:52 +01:00
parent 6aaabb4815
commit b93f274db5
No known key found for this signature in database
GPG key ID: D1F0DB65081B0FC6

View file

@ -4,6 +4,7 @@
iframe { iframe {
border: none; border: none;
border-radius: var(--border-radius); border-radius: var(--border-radius);
width: 100%;
} }
&.image { &.image {