diff --git a/public/assets/css/artist.css b/public/assets/css/artist.css index f21782c..43c9c21 100644 --- a/public/assets/css/artist.css +++ b/public/assets/css/artist.css @@ -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); } @@ -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); } @@ -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); } @@ -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); } @@ -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); } @@ -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); }