Fix: Improved compatibility with older browsers that don't support 'aspect-ratio'
This commit is contained in:
parent
86a1e1c74e
commit
4e53bd27bc
1 changed files with 1 additions and 0 deletions
|
|
@ -547,6 +547,7 @@ html {
|
||||||
order: 1;
|
order: 1;
|
||||||
grid-column: 1 / -1;
|
grid-column: 1 / -1;
|
||||||
height: max-content;
|
height: max-content;
|
||||||
|
min-height: 15em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
aspect-ratio: 16 / 9;
|
aspect-ratio: 16 / 9;
|
||||||
/* margin: 0 !important; */
|
/* margin: 0 !important; */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue