Wtforms form field text enlargement
问题 I am new to using wtforms and flask and am trying to enlarge the physical field size and the font inside of it. Should I use a specific piece of code or change it with css. <div class="container"> <div class="col-md-12"> <form id="signinform" class="form form-horizontal" method="post" role="form" style="font-size:24px;"> {{ form.hidden_tag() }} {{ wtf.form_errors(form, hiddens="only") }} {{ wtf.form_field(form.first_name, autofocus=true) }} {{ wtf.form_field(form.last_name) }} {{ wtf.form