Fix #85 -- SelectPlayer right margin to 30rem
Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
parent
f2fabcfd20
commit
b094229675
@ -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 > * {
|
||||
|
Loading…
x
Reference in New Issue
Block a user