DanielGeoffreyHodgkins / Evolving-Art-Therapy

2 stars 0 forks source link

Canvas isn't centred on smaller screen sizes #6

Open AdamFielding opened 6 years ago

AdamFielding commented 6 years ago

Perhaps there is a way to set the canvas to scale with the viewport?

AdamFielding commented 6 years ago
canvas[resize] {
    width: 100vw;
    height: 100vh;
}

In style.css seems to fix it, although I'm wary of side effects.

ghost commented 6 years ago

who isnt tbf

AdamFielding commented 6 years ago

Breaking evolving art therapy would break my heart