Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
butter-studio
Commits
9f1bc4cd
Commit
9f1bc4cd
authored
Aug 10, 2021
by
Kim, Subin
Browse files
className row -> d-flex 변경
parent
bed832b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/components/Collection.js
View file @
9f1bc4cd
...
...
@@ -23,7 +23,7 @@ const Collection = ({ TMDB_TopRated_Data }) => {
return
(
<>
<
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
"
>
{
videoUrls
.
length
>
0
?
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment