roannav / matrix-movies-website-hacktoberfest

A fan website dedicated to The Matrix Movies. Seeking contributions from anyone for Hacktoberfest 2023.
https://roannav.github.io/matrix-movies-website-hacktoberfest/
MIT License
20 stars 38 forks source link

BUG: for mobile or middle screen widths, the cast section is too wide #130

Closed roannav closed 8 months ago

roannav commented 8 months ago

To reproduce this bug, use a mobile device or resize your browser to less than 900px width.

If you look at cast-crew.html, then you'll see a number of problems:

Please take a look at css/pages/cast-crew.css:

.cast-section {
   width: 900px;   /* This is a problem for mobile devices */
}

When fixing this bug, please check that it still looks good for desktop widths.

Virtual4087 commented 8 months ago

I would like to work on this issue. Can you assign it to me?

roannav commented 8 months ago

Hi @Virtual4087 Thank you for your interest in this issue. You're assigned.