Skip to content

[Bug] Loaded movie cards are too huge and render in a single vertical column #14

@gbowne1

Description

@gbowne1

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 workingenhancementNew feature or requestgood first issueGood for newcomershelp wantedExtra attention is needed

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions