1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Remove iframe default aspect-ratio

This commit is contained in:
Lucas Bigot
2024-03-27 20:43:15 -04:00
parent 7c056ed809
commit c00c2d346f

View File

@@ -248,7 +248,6 @@
iframe { iframe {
width: 100%; width: 100%;
height: auto; height: auto;
aspect-ratio: 16 / 9;
margin: size-clamp('lg') 0; margin: size-clamp('lg') 0;
} }