커스텀 css수정
This commit is contained in:
parent
a64cab08eb
commit
fc2f7bd4cb
@ -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 */
|
||||
Loading…
Reference in New Issue
Block a user