Fix: Improved compatibility with older browsers that don't support 'aspect-ratio'

This commit is contained in:
lscambo13
2025-11-15 21:40:21 +05:30
parent 86a1e1c74e
commit 4e53bd27bc

View File

@@ -547,6 +547,7 @@ html {
order: 1;
grid-column: 1 / -1;
height: max-content;
min-height: 15em;
width: 100%;
aspect-ratio: 16 / 9;
/* margin: 0 !important; */