forked from abner/for-legacy-web
fix(embed): resolved embed width
parent
6aaabb4815
commit
b93f274db5
|
|
@ -4,6 +4,7 @@
|
|||
iframe {
|
||||
border: none;
|
||||
border-radius: var(--border-radius);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&.image {
|
||||
|
|
|
|||
Loading…
Reference in New Issue