hackclub / workshops

💽 Website for Hack Club workshops.
https://workshops.hackclub.com/
MIT License
91 stars 34 forks source link

Fix code and video overflow #106

Closed MatthewStanciu closed 2 years ago

MatthewStanciu commented 2 years ago

I went to the Web Chat workshop and noticed the layout was super broken on my phone.

Screen Shot 2022-10-24 at 11 57 32 AM Screen Shot 2022-10-24 at 11 57 49 AM

This PR fixes the overflowing <video> and <code> elements.

After

Screen Shot 2022-10-24 at 11 58 04 AM Screen Shot 2022-10-24 at 11 58 14 AM
MatthewStanciu commented 2 years ago

Oh also looks like you might want to set the Node version to 16.x since you can't deploy 12.x anymore