Feature/Pixel-Rework #4

Merged
jusemon merged 3 commits from Feature/Pixel-Rework into main 2026-01-06 17:28:25 -05:00
Showing only changes of commit 4e51a430e8 - Show all commits

View file

@ -40,6 +40,7 @@
/* Simplified scaling: Aspect ratio determines size, strictly contained */ /* Simplified scaling: Aspect ratio determines size, strictly contained */
width: calc(100% - 500px); width: calc(100% - 500px);
min-width: 640px;
height: auto; height: auto;
aspect-ratio: 4 / 3; aspect-ratio: 4 / 3;
} }