We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2dad5c commit 7286cd1Copy full SHA for 7286cd1
src/components/Home.jsx
@@ -92,7 +92,7 @@ function Home() {
92
<div className="row d-flex gx-5">
93
{movies.slice(0, 10).map((movie, i) => (
94
<Link to={`/movies/${movie.id}`} key={i}
95
- className='mt-5 movie-box p-3 mb-5 col-lg-4 col-md-12'>
+ className='mt-5 movie-card p-3 mb-5 col-lg-4 col-md-12'>
96
97
<div
98
className={` ${
0 commit comments