feat: 모바일 페이지 버튼 속성 변경

main
kjh 2 months ago
parent 07c9072e47
commit 8104911271

@ -219,11 +219,7 @@
btn.style.backgroundColor = '#4990e2'; btn.style.backgroundColor = '#4990e2';
btn.style.color = 'white'; btn.style.color = 'white';
btn.style.border = 'none'; btn.style.border = 'none';
btn.style.fontSize = '2rem'; btn.style.marginLeft = '5px';
btn.style.textAlign = 'center';
btn.style.height = '3rem';
btn.style.width = '10rem';
btn.style.marginLeft = '20px';
txt = txt+btn.outerHTML; txt = txt+btn.outerHTML;
} }
} }

Loading…
Cancel
Save