Skip to content

Commit ea35cff

Browse files
committed
Make zip field bit larger on large screens
1 parent 11b1136 commit ea35cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ <h4 class="fw-bold">1/3</h4>
248248
<h2>{% t right.zip %}</h2>
249249
<p>{% t right.description %}</p>
250250
</div>
251-
<div class="col-xl-8 col-12">
251+
<div class="col-xl-10 col-12">
252252
<div class="input-group form-floating autocomplete mb-0 mb-lg-2">
253253
<input id="zipcode" type="text" name="zipcode" autocomplete="off"
254254
inputmode="numeric"

0 commit comments

Comments
 (0)