Skip to content

Commit

Permalink
#12 양 옆 노란막대기 반응형 조절
Browse files Browse the repository at this point in the history
  • Loading branch information
stories2 committed Jun 17, 2021
1 parent 74ecc0a commit 6397cf5
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions public/assets/css/artist.css
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,18 @@ div.conne-sd-large-ticket-bg div div {
font-size: 15px;
}
div.artist-img::after {
font-size: 10px;
top: calc(50% - 6px);
font-size: 18px;
top: calc(50% - 12px);
}
#artist-box-left::after {
width: 2px;
bottom: 35%;
height: 30%;
}
#artist-box-right::after {
width: 2px;
bottom: 35%;
height: 30%;
}
}

Expand Down Expand Up @@ -374,6 +384,16 @@ div.conne-sd-large-ticket-bg div div {
font-size: 20px;
top: calc(50% - 14px);
}
#artist-box-left::after {
width: 2px;
bottom: 35%;
height: 30%;
}
#artist-box-right::after {
width: 2px;
bottom: 35%;
height: 30%;
}
}
@media (min-width: 768px) and (max-width: 992px) {
div.conne-sd-ribbon-bottom-bg {
Expand Down Expand Up @@ -422,6 +442,16 @@ div.conne-sd-large-ticket-bg div div {
font-size: 30px;
top: calc(50% - 20px);
}
#artist-box-left::after {
width: 4px;
bottom: 25%;
height: 50%;
}
#artist-box-right::after {
width: 4px;
bottom: 25%;
height: 50%;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
div.conne-sd-ribbon-bottom-bg {
Expand Down

0 comments on commit 6397cf5

Please sign in to comment.