퍼블리싱 수정 - 화면 작은 기기에서 이유식 UI 오류 현상 수정

dev_bert
정이솔 3 years ago
parent 06f783cf26
commit 1b0a737386

@ -15384,6 +15384,7 @@ main.sona_cont_measurement {
width: 100%;
height: 100%;
padding-top: 50px;
overflow-y: scroll;
}
.main_bf_food .header {
@ -15443,6 +15444,7 @@ main.sona_cont_measurement {
width: 100%;
height: 16.5%;
max-height: 65px;
min-height: 40px;
margin-bottom: 3.5%;
border: 1px solid;
border-radius: 100px;

Loading…
Cancel
Save