From e3a2833be2d1579b5d6c943a25977e4283a01408 Mon Sep 17 00:00:00 2001 From: bronkuu Date: Tue, 21 Apr 2026 10:38:16 +0200 Subject: [PATCH] added aspect ratio --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 23bf3e2..9adf8d3 100644 --- a/style.css +++ b/style.css @@ -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;