[수정] 홈버튼 중앙정렬

dev_bert
isol2011 3 years ago
parent 6212b77b75
commit 5968246587

@ -6173,7 +6173,10 @@ main {
}
.iyu_nav ul .nav_list03 .icon {
background: #FF9C00 url(../img/main/iyu_nav_ico03.png) no-repeat center/44% auto;
background: #FF9C00 url(../img/main/iyu_nav_ico03.png);
background-repeat: no-repeat;
background-position: center center;
background-size: 55% 55%;
width: 60px;
height: 60px;
border-radius: 50%;
@ -16411,6 +16414,12 @@ main.sona_cont_measurement {
justify-content: flex-end;
}
.community_view01 .option3_btn {
display: flex;
width: 1.5rem;
justify-content: flex-end;
}
/* 8-17.설정하기-Dday등록 */
.m_set_d_day {
height: 100%;

Loading…
Cancel
Save