Commit 9f1bc4cd authored by Kim, Subin's avatar Kim, Subin
Browse files

className row -> d-flex 변경

parent bed832b2
...@@ -23,7 +23,7 @@ const Collection = ({ TMDB_TopRated_Data }) => { ...@@ -23,7 +23,7 @@ const Collection = ({ TMDB_TopRated_Data }) => {
return ( return (
<> <>
<h2 className="fw-bold text-white text-center my-5">Movie Collection</h2> <h2 className="fw-bold text-white text-center my-5">Movie Collection</h2>
<div className="row justify-content-sm-center" style={{ marginBottom: "8rem" }}> <div className="d-flex justify-content-sm-center" style={{ marginBottom: "8rem" }}>
<div className="col-md-8"> <div className="col-md-8">
{videoUrls.length > 0 {videoUrls.length > 0
? ?
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment