fix: Add minimum width to a layout element.
All checks were successful
Build and Publish Docker Image / Build and Validate (pull_request) Successful in 10s

This commit is contained in:
Juan Sebastián Montoya 2026-01-06 17:25:59 -05:00
parent 86c1c3bc59
commit 4e51a430e8

View file

@ -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;
}