From 44ea778acc72df9207b271151988a30d062ecf3a Mon Sep 17 00:00:00 2001 From: Kim HyunWoo Date: Wed, 23 Jun 2021 19:04:07 +0900 Subject: [PATCH] =?UTF-8?q?#36=20=3F=20=EC=8A=A4=ED=83=80=EC=9D=BC=20?= =?UTF-8?q?=ED=92=80=EB=A6=BC=20=EC=9D=B4=EC=8A=88=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/assets/css/artist.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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); }