mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-12-28 06:47:46 +00:00
Fix: Improved compatibility with older browsers that don't support 'aspect-ratio'
This commit is contained in:
@@ -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; */
|
||||||
|
|||||||
Reference in New Issue
Block a user