-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
The fix here would be to fix line 198 to 214 in loadMovies.mjs
file. so that they are smaller in size and render in rows and columns on
desktop and laptop.
the relevant section of index.html is line 204 to 206 where it
<div id="movie-grid" class="row row-cols-1 row-cols-sm-2 row-cols-md-3 g-4">
<!-- Movies will be dynamically inserted here -->
</div>
but I'm not really sure how this overlaps. There should be minimal gaps between the rows and columns too.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Projects
Status
Done