From 4e51a430e8c57500f7bcfe8d246532c909ee08b8 Mon Sep 17 00:00:00 2001 From: Juan Sebastian Montoya Date: Tue, 6 Jan 2026 17:25:59 -0500 Subject: [PATCH] fix: Add minimum width to a layout element. --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 5a04747..366bda6 100644 --- a/index.html +++ b/index.html @@ -40,6 +40,7 @@ /* Simplified scaling: Aspect ratio determines size, strictly contained */ width: calc(100% - 500px); + min-width: 640px; height: auto; aspect-ratio: 4 / 3; }