Changed svw to vw for consistency

This commit is contained in:
2025-01-03 12:09:05 +02:00
parent 44fdea4268
commit 4ac0998b4e

View File

@@ -37,9 +37,9 @@ main {
border: 0.2vw;
border-style: solid;
background: var(--background);
padding: 2.2svw;
width: 68.75svw;
height: 35svw;
padding: 2.2vw;
width: 68.75vw;
height: 35vw;
max-width: 75%;
max-height: 80%;
overflow: hidden;