Skip to content

Commit 8d42adc

Browse files
committed
Fix main.html image size
1 parent a48ba51 commit 8d42adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webserver/templates/main.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h2 class="text-center">Captcha Solver</h2>
1010
<div class="or-seperator"></div>
1111
<br>
1212
<div class="center-block">
13-
<img src="{{ img_data }}" class="center-block" width="225" height="60" />
13+
<img src="{{ img_data }}" class="center-block" width="280" height="70" />
1414
</div>
1515
<div class="or-seperator"></div>
1616
<h1 class="text-center bg-success">{{ captcha }}</h1>

0 commit comments

Comments
 (0)