fix(embed): resolved embed width
parent
1bac372c4c
commit
65b6434335
|
|
@ -4,6 +4,7 @@
|
|||
iframe {
|
||||
border: none;
|
||||
border-radius: var(--border-radius);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&.image {
|
||||
|
|
|
|||
Loading…
Reference in New Issue