부스트 이용안내 추가

This commit is contained in:
hyeonggil
2024-08-07 17:31:45 +09:00
parent f8f5fd98c3
commit 3597ea576f
10 changed files with 65 additions and 43 deletions

View File

@@ -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;
}
}