servicepoint-tanks/tank-frontend/src/ClientScreen.css

8 lines
112 B
CSS
Raw Normal View History

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