MK-Codecademy / CountdownApp

1 stars 2 forks source link

set up rough sidebar template for mobile and browser #22

Closed willgarrett64 closed 2 years ago

willgarrett64 commented 2 years ago

As @paulynamagana was busy today and I had a lot of free time I set up the sidebar so people could start working on the other bits.

It's not very well done, but the idea is that people can now start working inside the sections created, adding content. If we change the size of the sidebar/main sections, make it better responsive, etc, it will apply the same changes to everyone.

For mobile, I made both the sidebar and main 100vw, and just set display: none for the sidebar for now.

Again, this all could be (and should be) improved as it hasn't been optimised for all screen sizes yet.