CSS hot fixes

This commit is contained in:
sageTheDM 2024-10-10 09:29:41 +02:00
parent d1aa5015d8
commit 4342e9a269
2 changed files with 4 additions and 4 deletions

View file

@ -49,8 +49,8 @@
border-radius: 5%;
overflow: hidden;
position: relative;
height: 18vh;
width: 18vh;
height: 8vw;
width: 8vw;
margin: auto; /* Center each model box in the grid cell */
}
.model-box.selected {