chrome bullshit
This commit is contained in:
parent
02e8e95e76
commit
45d3960c65
@ -52,8 +52,13 @@
|
||||
.game-construct {
|
||||
display: grid;
|
||||
|
||||
/*IMPORTANT*/
|
||||
/* ensures combat text doesn't fly off back to the body
|
||||
searching for a positioned element because everything is in the grid
|
||||
*/
|
||||
position: relative;
|
||||
|
||||
justify-items: center;
|
||||
/*align-items: flex-end;*/
|
||||
|
||||
grid-template-rows: min-content minmax(min-content, 1fr) min-content min-content min-content;
|
||||
grid-template-columns: 1fr;
|
||||
@ -198,7 +203,7 @@
|
||||
fill: whitesmoke;
|
||||
font-size: 2em;
|
||||
font-family: 'Jura';
|
||||
position: relative;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user