From b2b23f7b5e85f19de94cf75289e4cafbf8787d54 Mon Sep 17 00:00:00 2001 From: kimilguk Date: Tue, 6 Jun 2023 13:52:48 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BB=A4=EB=B0=8B5.=20=EB=84=A5=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8js=20=ED=8F=AC=ED=84=B8=EC=82=AC=EC=9D=B4=ED=8A=B8?= =?UTF-8?q?=EC=9D=98=20=EB=B0=B0=EB=84=88=20=EC=B6=9C=EB=A0=A5=20=EC=8B=9C?= =?UTF-8?q?=20=ED=83=80=EC=9D=B4=ED=81=B4=EA=B3=BC=20=EB=8D=94=EB=B3=B4?= =?UTF-8?q?=EA=B8=B0=20=EB=A7=81=ED=81=AC=EA=B0=80=20=EB=B0=9D=EC=9D=80=20?= =?UTF-8?q?=EC=83=89=EC=83=81=EC=97=90=EC=84=9C=EB=8F=84=20=EB=B3=B4?= =?UTF-8?q?=EC=9D=B4=EA=B2=8C=20css=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/portal/public/styles/sm/layout.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/portal/public/styles/sm/layout.css b/frontend/portal/public/styles/sm/layout.css index 0857c50..ee2bb58 100644 --- a/frontend/portal/public/styles/sm/layout.css +++ b/frontend/portal/public/styles/sm/layout.css @@ -1140,7 +1140,8 @@ footer div > span a { overflow: hidden; } #main .slide div.slide-title p { - height: 12vw; + /* height: 12vw; */ + background: rgba(0, 0, 0, 0.3); color: #fff; font-size: 2.7vw; font-weight: 600; @@ -1171,6 +1172,7 @@ footer div > span a { left: 6vw; color: rgba(255, 255, 255, 0.7); font-size: 1.7vw; + background: rgba(0, 0, 0, 0.3); } #main .slide a:before { content: '╋';