added aspect ratio

This commit is contained in:
bronkuu 2026-04-21 10:38:16 +02:00
parent 115a98ab6a
commit e3a2833be2

View file

@ -134,6 +134,7 @@ nav > div {
max-height: 80%;
&:first-child {
aspect-ratio: 1031/580;
width: 80%;
height: auto;
right: 20%;
@ -141,6 +142,7 @@ nav > div {
}
&:last-child {
aspect-ratio: 1/1;
width: 50%;
height: auto;
z-index: 10;