diff --git a/src/_components/boxChart/boxChart.scss b/src/_components/boxChart/boxChart.scss index 3c3ce5a..b7a6ac6 100644 --- a/src/_components/boxChart/boxChart.scss +++ b/src/_components/boxChart/boxChart.scss @@ -7,6 +7,10 @@ display: flex; flex-direction: column; + @media (max-width: 1750px) { + max-width: 250px; + } + .box-chart-title { font-size: 2rem; font-weight: 700; @@ -50,12 +54,12 @@ } .chart-container { - // max-width: 360px; overflow-x: scroll; height: 100%; + width: 300px; @media (max-width: 1750px) { - max-width: 300px; + max-width: 220px; } } } \ No newline at end of file diff --git a/src/_screens/home/detail-room-education/detailRoomEducation.style.scss b/src/_screens/home/detail-room-education/detailRoomEducation.style.scss index ca9a8d2..fda86ac 100644 --- a/src/_screens/home/detail-room-education/detailRoomEducation.style.scss +++ b/src/_screens/home/detail-room-education/detailRoomEducation.style.scss @@ -4,7 +4,7 @@ display: flex; .detail-room-education-left-side { - width: 48%; + width: 43%; border-right: 1px solid #c7c7c7; display: flex; flex-direction: column; @@ -29,26 +29,30 @@ .detail-room-education-right-p-h { padding-right: 32px; } + .detail-room-education-list-container { padding: 2rem 0; display: flex; flex-direction: column; height: 100%; - .detail-room-education-header{ + .detail-room-education-header { width: 100%; - .detail-room-education-list-header{ + + .detail-room-education-list-header { justify-content: space-around; - margin: 12px 32px; - gap: 32px; + margin: 12px; + gap: 12px; + .criteria-manage-search-input { height: 46px; border-radius: 40px; + @include screen_pc_sm { height: 36px; } } - + .criteria-manage-item { min-width: fit-content; flex: 1; @@ -62,7 +66,7 @@ display: flex; flex-direction: column; padding-bottom: 16px; - padding-left: 32px; + padding-left: 16px; @include screen_pc_sm { gap: 16px; diff --git a/src/_screens/home/detail-room-education/index.js b/src/_screens/home/detail-room-education/index.js index 71212bd..0798d7a 100644 --- a/src/_screens/home/detail-room-education/index.js +++ b/src/_screens/home/detail-room-education/index.js @@ -441,24 +441,24 @@ export default function DetailRoomEducation() { -