퍼블리싱 수정 - 기록단 작은화면에서 폰트 이탈문제 수정

dev_bert
정이솔 3 years ago
parent 6d57bb20cf
commit c0bb0461d4

@ -14589,11 +14589,13 @@ main.sona_cont_measurement {
height: 30px; height: 30px;
color: #fff; color: #fff;
background: #C3C3C3; background: #C3C3C3;
font-size: 14px; font-size: 0.7rem;
line-height: 30px; line-height: 0.8rem;
padding:0 15px; padding:0 0.3rem;
border-radius: 20px; border-radius: 20px;
margin-bottom: 10px; margin-bottom: 10px;
display: flex;
align-items: center;
} }
.snack_input .flex{ .snack_input .flex{

Loading…
Cancel
Save