servicepoint-tanks/tank-frontend/src/ClientScreen.css
Vinzenz Schroeter 4af51b3e51 theming tweaks
2024-04-16 00:08:41 +02:00

10 lines
156 B
CSS

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