We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a48ba51 commit 8d42adcCopy full SHA for 8d42adc
webserver/templates/main.html
@@ -10,7 +10,7 @@ <h2 class="text-center">Captcha Solver</h2>
10
<div class="or-seperator"></div>
11
<br>
12
<div class="center-block">
13
- <img src="{{ img_data }}" class="center-block" width="225" height="60" />
+ <img src="{{ img_data }}" class="center-block" width="280" height="70" />
14
</div>
15
16
<h1 class="text-center bg-success">{{ captcha }}</h1>
0 commit comments