Skip to content

Commit

Permalink
#36 ? 스타일 풀림 이슈 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
stories2 committed Jun 23, 2021
1 parent 5c50144 commit 44ea778
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions public/assets/css/artist.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ pre.artist-desc {
h2.artist-title {
font-size: 15px;
}
div.artist-img::after {
div.artist-img:not([data-url*="https"])::after {
font-size: 18px;
top: calc(50% - 12px);
}
Expand All @@ -140,7 +140,7 @@ pre.artist-desc {
h2.artist-title {
font-size: 20px;
}
div.artist-img::after {
div.artist-img:not([data-url*="https"])::after {
font-size: 20px;
top: calc(50% - 14px);
}
Expand Down Expand Up @@ -168,7 +168,7 @@ pre.artist-desc {
h2.artist-title {
font-size: 28px;
}
div.artist-img::after {
div.artist-img:not([data-url*="https"])::after {
font-size: 30px;
top: calc(50% - 20px);
}
Expand All @@ -193,7 +193,7 @@ pre.artist-desc {
h2.artist-title {
font-size: 36px;
}
div.artist-img::after {
div.artist-img:not([data-url*="https"])::after {
font-size: 45px;
top: calc(50% - 28px);
}
Expand Down Expand Up @@ -228,7 +228,7 @@ pre.artist-desc {
h2.artist-title {
font-size: 40px;
}
div.artist-img::after {
div.artist-img:not([data-url*="https"])::after {
font-size: 60px;
top: calc(50% - 40px);
}
Expand All @@ -243,7 +243,7 @@ pre.artist-desc {
h2.artist-title {
font-size: 42px;
}
div.artist-img::after {
div.artist-img:not([data-url*="https"])::after {
font-size: 70px;
top: calc(50% - 48px);
}
Expand Down

0 comments on commit 44ea778

Please sign in to comment.