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 screen widths, the accordion is too wide in the Games page #129

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 650px width.

If you go to games.html, then you'll see that the accordion extends beyond the right and left edges of the screen. At smaller mobile widths the words are cut off.

Note: plot.html also uses similar accordions, but this time it does resize the accordion (and the title wraps to the next line) at smaller screen widths. This is better and games.html's accordions should act like this.

P-Jaswanth commented 8 months ago

Hey, I would like to work on this. Please assign this to me

roannav commented 8 months ago

@P-Jaswanth Thanks! You're assigned to this issue.

ayushkumarTomar commented 8 months ago

Hey , I fixed that issue . Please merge the pull request