Commit 9fdebb84 authored by Jiwon Yoon's avatar Jiwon Yoon
Browse files

boxoffice-margin

parent 5b2006a0
...@@ -23,7 +23,7 @@ const BoxOffice = () => { ...@@ -23,7 +23,7 @@ const BoxOffice = () => {
return ( return (
<div className="container"> <div className="container">
<h2 className="fw-bold text-white text-center my-5">Box Office</h2> <h2 className="fw-bold text-white text-center mt-5">Box Office</h2>
<div id="multi-carousel" className={`d-flex carousel slide align-items-center ${styles.customHeight}`} data-bs-ride="carousel"> <div id="multi-carousel" className={`d-flex carousel slide align-items-center ${styles.customHeight}`} data-bs-ride="carousel">
<div className="carousel-inner"> <div className="carousel-inner">
<div className="carousel-item active"> <div className="carousel-item active">
......
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