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;
|
display: flex;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 30rem;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@ -215,7 +215,7 @@
|
|||||||
max-width: 30rem;
|
max-width: 30rem;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
right: 0px;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Game > * {
|
.Game > * {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user