File tree Expand file tree Collapse file tree 3 files changed +16
-17
lines changed
Expand file tree Collapse file tree 3 files changed +16
-17
lines changed Original file line number Diff line number Diff line change 8484 // 캐러셀 안밀리도록 추가함
8585 .carousel__cardset-wrapper {
8686 width : 100vw ;
87+ padding : 0 24px ;
8788 }
8889}
8990// 태블릿
102103
103104// 모바일
104105@media (max-width : 767px ) {
106+ .carousel__cardset-wrapper {
107+ padding : 0 20px ;
108+ }
105109 h2 {
106110 margin-bottom : 12px ;
107111 }
Original file line number Diff line number Diff line change 1717}
1818
1919.section--sk {
20- // position: absolute;
21- // top: 52px;
22- // z-index: 1;
2320 display : flex ;
2421 gap : 20px ;
2522}
4239 -webkit-animation : shimmer 1.2s infinite ;
4340 animation : shimmer 1.2s infinite ;
4441}
45-
46- // 모바일,태블릿 공통 적용
47- @media (max-width : 1023px ) {
42+ @media (max-width : 1200px ) {
43+ // 안밀리도록 추가함(캐러셀보다 화면 사이즈가 작아질때부터 적용해야함..)
4844 .section--sk {
49- max-width : 100% ;
45+ width : 100vw ;
46+ padding : 0 24px ;
5047 overflow : hidden ;
51- padding : 0 20px ;
5248 }
5349}
5450// 모바일
5551@media (max-width : 767px ) {
52+ .section--sk {
53+ padding : 0 20px ;
54+ }
5655 .card--sk {
5756 min-width : 208px ;
5857 height : 232px ;
Original file line number Diff line number Diff line change 2828 -ms-user-select : none ;
2929 user-select : none ;
3030}
31-
31+ @media (max-width : 1200px ) {
32+ .section__h2 {
33+ width : 100% ;
34+ }
35+ }
3236@media (min-width : 768px ) and (max-width : 1023px ) {
3337 .section-listpage {
3438 padding : 0 24px ;
3741 margin-top : 156px ;
3842 margin-bottom : 24px ;
3943 }
40-
41- .section__h2 {
42- max-width : 100% ;
43- }
4444}
4545@media (max-width : 767px ) {
4646 .section-listpage {
5151 margin-top : 66px ;
5252 margin-bottom : 24px ;
5353 }
54-
55- .section__h2 {
56- width : 100% ;
57- }
5854 .section--mobile-gap {
5955 margin-bottom : 74px ;
6056 }
You can’t perform that action at this time.
0 commit comments