부스트 이용안내 추가
This commit is contained in:
@@ -287,6 +287,18 @@
|
||||
align-items: center;
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
.comp_1x_w_v_s_e1 .bottom .contents_area.reverse {
|
||||
flex-direction: row;
|
||||
}
|
||||
.comp_1x_w_v_s_e1 .bottom .contents_area.reverse .text_area {
|
||||
padding-left: 5rem;
|
||||
padding-right: 0;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.comp_1x_w_v_s_e1 .bottom .contents_area.reverse .text_area {
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.comp_1x_w_v_s_e1 .bottom .contents_area {
|
||||
display: block;
|
||||
@@ -842,14 +854,14 @@
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
.comp_1x_b_h_s_e1 .comp_body:nth-child(even) {
|
||||
.comp_1x_b_h_s_e1 .comp_body:nth-child(even), .comp_1x_b_h_s_e1 .comp_body.reverse {
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
.comp_1x_b_h_s_e1 .comp_body:nth-child(even) .text_area {
|
||||
.comp_1x_b_h_s_e1 .comp_body:nth-child(even) .text_area, .comp_1x_b_h_s_e1 .comp_body.reverse .text_area {
|
||||
padding-right: 5rem;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.comp_1x_b_h_s_e1 .comp_body:nth-child(even) .text_area {
|
||||
.comp_1x_b_h_s_e1 .comp_body:nth-child(even) .text_area, .comp_1x_b_h_s_e1 .comp_body.reverse .text_area {
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user