servicepoint-tanks/tank-frontend/src/ClientScreen.css
2024-04-07 00:33:54 +02:00

8 lines
112 B
CSS

#screen {
aspect-ratio: calc(352 / 160);
flex-grow: 1;
object-fit: contain;
max-width: 100%;
}