6 lines
79 B
CSS
6 lines
79 B
CSS
.BoardSetupVisualAid {
|
|
max-width: 80vmin;
|
|
width: 30rem;
|
|
display: grid;
|
|
}
|