chrome bullshit

This commit is contained in:
ntr 2019-06-04 13:54:27 +10:00
parent 02e8e95e76
commit 45d3960c65

View File

@ -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%;
}