pointless margins

This commit is contained in:
Corwin 2024-04-04 17:47:53 +01:00
parent b2b93be33d
commit 3574253df8
No known key found for this signature in database

View file

@ -32,8 +32,6 @@
.gameDisplay {
height: calc(min(480px, 40vh, calc(100vw / 3)));
margin-left: auto;
margin-right: auto;
max-width: 100vw;
margin-top: 20px;
}