diff --git a/static/css/player/feed.css b/static/css/player/feed.css index 94dc984..cd8f715 100644 --- a/static/css/player/feed.css +++ b/static/css/player/feed.css @@ -25,6 +25,7 @@ .feed-body { background-color: var(--color-lightGreen); padding: 50px 30px; + min-height: 210px; .feed-content { text-align: center; } @@ -35,7 +36,7 @@ } .feed-footer { - padding: 18px 0 16px 0; + padding: 8px 0 16px 0; .comments-count { margin-bottom: 6px; } diff --git a/templates/consultant/profile.html b/templates/consultant/profile.html index f965224..fe889e6 100644 --- a/templates/consultant/profile.html +++ b/templates/consultant/profile.html @@ -68,6 +68,12 @@ ? "오늘" : formatDate(dateString); }, + events: [ + { + title: "1명", + start: "2023-11-15", + }, + ], }); teamCalendar.render();