🔧 스케줄 카드 내용 세로 가운데 정렬
This commit is contained in:
parent
d6466a6903
commit
d35d5ab4ca
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ function Schedule() {
|
|||
</div>
|
||||
|
||||
{/* 스케줄 내용 */}
|
||||
<div className="flex-1 p-6">
|
||||
<div className="flex-1 p-6 flex flex-col justify-center">
|
||||
<h3 className="font-bold text-lg mb-3">{schedule.title}</h3>
|
||||
|
||||
<div className="flex flex-wrap gap-4 text-sm text-gray-500">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue