From fc2f7bd4cb98b2134cf42ca3111c8335336ae238 Mon Sep 17 00:00:00 2001 From: dyhj625 Date: Fri, 7 Mar 2025 12:18:40 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BB=A4=EC=8A=A4=ED=85=80=20css=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/custom.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/public/css/custom.css b/public/css/custom.css index be038c6..b62da32 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -210,9 +210,10 @@ opacity: 0.6; /* 흐려 보이게 */ .profile-list { display: flex; flex-wrap: wrap; - justify-content: center; + justify-content: flex-start; gap: 10px; padding: 0; + margin-left: 20px; } .profile-img { transition: all 0.2s ease-in-out; @@ -399,9 +400,6 @@ opacity: 0.6; /* 흐려 보이게 */ right: 1rem; z-index: 2; background-color: #fff !important; - border-radius: 0.5rem; - opacity: 1; - padding: 0.635rem; box-shadow: 0 0.125rem 0.25rem rgba(161, 172, 184, 0.4); transition: all 0.23s ease 0.1s; transform: translate(23px, -25px); @@ -413,4 +411,7 @@ opacity: 0.6; /* 흐려 보이게 */ transform: translate(20px, -20px); } +.end-project { + background-color: #ddd !important; +} /* project list end */ \ No newline at end of file