[HTML] prevent zoom on mobile input

// prevent zoom on mobile input
@media only screen and (max-width: 600px) {
select, input, textarea {
font-size: 16px!important;
}
}

댓글

이 블로그의 인기 게시물

[Django Install] 9.1 sc제일은행 nginx-django 연결

[Django APP] django-widget-tweaks

[Django App] django-user-agents