1
0

Fix #85 -- SelectPlayer right margin to 30rem

Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
James Ketrenos 2022-03-08 12:07:13 -08:00
parent f2fabcfd20
commit b094229675

View File

@ -101,7 +101,7 @@
display: flex;
position: absolute;
left: 0;
right: 0;
right: 30rem;
bottom: 0;
top: 0;
justify-content: center;
@ -215,7 +215,7 @@
max-width: 30rem;
z-index: 100;
padding: 0.5em;
right: 0px;
right: 0;
}
.Game > * {