yasshi2525/RushHour

View on GitHub
client/src/index.css

Summary

Maintainability
Test Coverage
div#app {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

    display: flex;
    justify-content: center;
    align-items: center;
}

canvas {
    position: fixed;
    left: 0px;
    top: 0px;
}