[리뷰패널 필터 스타일 수정]

- 리뷰 패널 필터 스타일 수정[전현철 선임과 통화이후 2번째 안으로 진행.]
This commit is contained in:
junghoon86.park
2025-11-04 18:28:11 +09:00
parent a3e261960b
commit cfa8364d4c

View File

@@ -182,7 +182,7 @@
// Reviews 섹션 (필터 + 리뷰 리스트)
.reviewsSection {
width: 100%;
padding: 60px 60px 30px 60px; // 위쪽만 30px, 나머지는 60px
padding: 40px 60px 30px 60px; // 위쪽만 30px, 나머지는 60px
background: #37393c;
display: flex;
justify-content: flex-start;
@@ -206,7 +206,7 @@
display: flex;
justify-content: flex-start;
align-items: center;
margin-bottom: 20px;
margin-bottom: 10px;
&__text {
text-align: center;
@@ -248,8 +248,7 @@
&__section {
display: flex;
flex-direction: column;
align-items: stretch;
margin-bottom: 30px;
align-items: stretch;
&:last-child {
margin-bottom: 0;