.statusElem {
display: inline-grid;
place-content: center;
}
.statusElem > svg {
grid-area: 1/1;
width: 1.5ch;
height: 1.5ch;
}
.statusElem > svg:nth-of-type(2) {
font-size: 3ch;
}
.statusElem {
display: inline-grid;
place-content: center;
}
.statusElem > svg {
grid-area: 1/1;
width: 1.5ch;
height: 1.5ch;
}
.statusElem > svg:nth-of-type(2) {
font-size: 3ch;
}
this places the heart over the same grid cell as the camper.
this places the heart over the same grid cell as the camper.
happy thanksgiving!
happy thanksgiving!