facn2 / week1-717FAC

Code Connect Create (Please Clone. No Images on Git Hub Pages)
https://facn2.github.io/week1-717FAC/
0 stars 1 forks source link

Responsiveness of site #10

Open matthewdking opened 7 years ago

matthewdking commented 7 years ago

When viewing the site on smaller screens a white bar appears on the right hand side of the screen.

Some content also overflows off the screen and can't be seen.

Some of these issues could be resolved by using media queries.

https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries

matthewdking commented 7 years ago

I think by setting the height to 100vh means that the content overflows on smaller screens and overlaps each other. (the content is larger than the div on some screens)

https://github.com/facn2/week1-717FAC/blob/master/style.css#L12 https://github.com/facn2/week1-717FAC/blob/master/style.css#L16