2014-02-07 4 views

답변

0

CSS에서 기부 버튼/이미지를 검사 할 때이 코드를 찾습니다.

media="all" 
input, select, textarea { 
background-color: #fff; 
border: 1px solid #ddd; 
border-radius: 5px; 
color: #333; 
font-family: 'Roboto Slab', serif; 
font-size: 16px; 
font-size: 1.6rem; 
font-weight: 300; 
padding: 10px; 
padding: 1rem; 
width: 100%; 
} 

"너비 : 100 %"를 제거하면 Button/이미지의 크기가 보통이됩니다. 이걸 시험해보고 도움이되는지 말해봐.

감사합니다, 마이크